Skip to content

Instantly share code, notes, and snippets.

@chrisriesgo
Created July 17, 2016 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisriesgo/359d4e90847c3e23c58a7361f082cba8 to your computer and use it in GitHub Desktop.
Save chrisriesgo/359d4e90847c3e23c58a7361f082cba8 to your computer and use it in GitHub Desktop.
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
{
protected override void OnCreate(Bundle bundle)
{
base.OnCreate(bundle);
global::Xamarin.Forms.Forms.Init(this, bundle);
Microsoft.WindowsAzure.MobileServices.CurrentPlatform.Init();
LoadApplication(new App());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment