First Mobile App with Xamarin.Forms
First Mobile App with Xamarin.Forms Let us start with a single page application or consider it as a simple hello world application. The main point here is to learn how to create a application and test in Android emulator and iOS simulator. Create Project : Start Visual Studio. Click on “Create new project” Select “Visual C#” on left menu and “Cross-Platform App (Xamarin.Forms)”. Change name to any name of your choice. Here I set it to HelloWorld. Now click on ”OK” button in the bottom right corner. Then in the next step select “Blank App” for now. Select required platforms you can also select all the projects. Select UI Technologies to Xamarin.Forms. Let us discuss the differences between Xamarin.Forms and Native projects in the coming tutorials. Change the code sharing strategy to .NET standard project. The difference between different code sharing strategies will be discussed in upcoming tutorials. Now click “OK” button in the botto...