May 2019
Intermediate to advanced
504 pages
11h 50m
English
Following the same methodology, we can recreate the Xamarin.Forms view we created using Xamarin.Android using a native project template. In order to do this, we can reuse the existing Xamarin classic project that we used for iOS and add an Android application project instead:

This will create a standard boilerplate application project for Xamarin.Android with a single view and associated layout file. If you open the created Main.axml file, the designer view will be loaded, which can be used to create our welcome view:
When handling the Android XML layout files, developers are given the option to either use ...
Read now
Unlock full access