Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

How do you change the preloading visual activity?

$
0
0

When starting a Xamarin.Forms PCL App, there is an empty activity showed (during the loading) before the App loads the framework.

global::Xamarin.Forms.Forms.Init (this, bundle);
LoadApplication (new App ());

Is there any way to not show it at all or to make it into a splash screen? Can you control it from the PCL project or that would be specific to Android?


Viewing all articles
Browse latest Browse all 58056

Trending Articles