I'm working on a Xamarin.Forms apps, and am finished with the Windows Phone part. However I'm having issues with the Android part of it.
I use a custom element to display the home page - it is a slidable two-tab view. On Windows Phone I've solved this using a relatively simple User Control, consisting of a Pivot, with two pre-defined pages.
How could I do the same on Android, using both AXML for the layout and defining the code in a separate class?