Is there something similar to the SplitView from iOS for Android in Xamarin Forms?
I would like to use it especially for an application which has very much content to show. This would be perfect for Android Tablets, where I could show more of the content.
Is the MasterDetailPage what you're after?
The Xamarin.Forms MasterDetailPage is a page that manages two related pages of information – a master page that presents items, and a detail page that presents details about items on the master page.