Hello
I am thinking about creating a Xamarin.Forms application for both - iOS and Android. The question I have now is, how can I best create a UI that works both - on Tablets and Phones, without having to do the whole application design twice?
Is there a possibility to reuse forms - i.e. to use a form inside another form? That way I could combine two views of an Handheld View into a Master-Child View on a Tablet.
any thoughts on this? Thanks!