Skip to content

Instantly share code, notes, and snippets.

@rafaelrmou
Created April 8, 2015 11:14
Show Gist options
  • Save rafaelrmou/3d340b517756e2dfe6e0 to your computer and use it in GitHub Desktop.
Save rafaelrmou/3d340b517756e2dfe6e0 to your computer and use it in GitHub Desktop.
protected override void OnCreate(Bundle bundle)
{
base.OnCreate(bundle);
global::Xamarin.Forms.Forms.Init(this, bundle);
string dbPath = FileAcessHelper.GetLocalFilePath("socialNetworkDBase.db3");
LoadApplication(new App(dbPath, new SQLitePlatformAndroid()));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment