I am developing a news app that has the following requirements: The app must have a MasterDetailedPage that contains the list of categories for news: All, Economy, Sport etc. The homepage "ALL", must be a TabbedPage that contains section like : Latest, sources etc. Every page should be a Navigation Page. So when I clicked on a category a new NavigationPage should be opened. Every section in TabbedPage should support Navigations as well.
For this I am using Xamarin.Forms . Is this scenario possible to be achieved through Xamarin.Forms