Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection.Emit;
using System.Text;
using Xamarin.Forms;
namespace LacunaExpress.Pages
@Jazzeroki
Jazzeroki / HybridWebView.cs
Created August 24, 2015 18:09
HybridWebViewPageToLoad
using System.IO;
using System.Reflection;
using Xamarin.Forms;
using XLabs.Forms.Controls;
namespace TeamDiscountCard.Pages
{
public class MapScreenHybridView : ContentPage
{
public MapScreenHybridView()
@Jazzeroki
Jazzeroki / Index.cshtml_gist1
Created March 4, 2015 23:03
How to create a form and specify a model to build to
@using (Html.BeginForm("Index", "Index", FormMethod.Post, new PowerteqDTReport.Models.IndexSystemUptime())) {
<div class="row">
<div class="col-sm-3"><p><h3>Start Date/Time</h3></p><p><h5>example 3/4/2015 6:00 am</h5></p><p>start date/time box @Html.EditorFor(l=> l.</p></div>
<div class="col-sm-3"><p><h3>End Date/Time</h3></p><p><h5>example 3/4/2015 8:00 am</h5></p><p>start date/time box</p></div>
</div>
<div class="row">
<div class="col-sm-3">Submit Button</div>
</div>
}
package AccountMan;
import android.content.Context;
import android.content.Context;
import android.util.Log;
import com.google.gson.Gson;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;