<xamarin Platform Trial Version >
In this article, we'll use Xamarin to create the first Android app.
After you install Xamarin, click File-> New Project in Visual Studio and you should be able to see an Android option in the available templates.
Continue and select Blank App (Android), and then click OK.
Xamarin continues to run and then creates your first "Hello World" application.
If you only run the application, make sure that Xamarin Android player with the emulator is running.
You can see the start and run of your first native Android app.
After you continue and click the button, you will see the button text updated, and how many times the text will be updated when you click the button.
On top of that, your first Android app was created successfully!
But here we'll show you something more: an easy way to create an Android app using Visual Studio. Xamarin developer James Montemagno created a real template package in Visual Studio, where you can download the trial. If you download the extension and install it, two new options will appear in Android under your Visual Studio template options.
Select Android Navigation Drawer App AppCompat, and then continue and create the project. The project structure should be very familiar, very similar to our first application, but the app references the Xamarin Android support Design Library.
If you are just running the application on the emulator, you will see a very good starting point for your application.
If you click on a side item, the APP drawer will be displayed.
interested friends can click to see more articles about Xamarin !
Xamarin.android using the tutorial to create your first Android app