In this article I am going to explain How to Create Splash Screen in Xamarin Forms Android App.
Before getting started with Splash Screen let’s analyse what is splash screen? and benefits of splash screen. Continue reading “Create Splash Screen in Xamarin Forms Android”
Install and Run apk files in Android Emulator
In this article I am going to explain How to Install and Run apk Files in Android Emulator.
Recently I got an android apk file from my client to replicate that android app in Xamarin.
To check the functionality of that android app, I have to install and run that app in my mobile. Continue reading “Install and Run apk files in Android Emulator”
Getting Started With Xamarin Forms dot Net Standard Visual Studio 2017
Xamarin is Cross Platform App development tool owned by Microsoft. By using Xamarin tools you can create hybrid as well as native application for Windows, iOS and Android.
Xamarin tools are available to download with Visual Studio and you can directly create Android, iOS and Windows apps from Visual Studio itself.
Most of the common code is written in C#. So you don’t need to learn Java, Objective-C or Swift to build apps if you already know C#.
In this tutorial I am going to show you how to create Xamarin Forms app using .Net Standard and Visual Studio. Continue reading “Getting Started With Xamarin Forms dot Net Standard Visual Studio 2017”