protected override void OnCreate(Bundle bundle) { TabLayoutResource = Resource.Layout.Tabbar; ToolbarResource = Resource.Layout.Toolbar; base.OnCreate(bundle); Xamarin.Essentials.Platform.Init(this, bundle); CrossCurrentActivity.Current.Init(this, bundle); global::Xamarin.Forms.Forms.Init(this, bundle); CachedImageRenderer.Init(enableFastRenderer: true); Xamarin.FormsMaps.Init(this, bundle); PlotViewRenderer.Init(); AuthenticationConfiguration.Init(this, bundle); GoogleClientManager.Init(this); XamEffects.Droid.Effects.Init(); LoadApplication(new App()); }