Posts

Showing posts with the label Xamarin

talkray Apps Chating In Market

Image

Xamarin.Forms (Android): Workaround For Splash Screen With Logo, Custom Background and Animation

Image
Download Files: AppWithSplashScreen.zip   Caution Let me start first from the fact that I am new to Xamarin (in fact, I am not that old in C# either). Anyway, after evaluating the  Starter Edition  (free), I decided to go with a  Business License  for Android only where we have the great  Xamarin.Forms  package. But having a Business license doesn't make you proficient! And the best way to learn is to start coding. Don't you agree? So I need to start coding for an App! But what application without a splash screen? Task Build an app with Splash Screen that contains a logo! Start And so I began as we always do: Open Visual Studio. New Project. Templates -> C# -> Mobile Apps -> Blank App (Xamarin Forms Shared). Name the project:  AppWithSplashScreen. Remove iOS and WinPhone Projects from my solutions. Well, first I don't have the license and for achieving that Splash Screen you need a different approach for each of the pla...