I want to get app structure:
First page: list of books
When you select a book in the list it navigates to the new page. Inside the page should be information like this:
- List of chapters.
- List of quetes.
- Some properties like author, date and so on.
This information doesn't fit in a window. I don't want to make it scrollable. I want this page as one page, but splitted in three different tabs layout.
I thought to use tabbedpage, but docs says:
"While a NavigationPage can be placed in a TabbedPage, it's not recommended to place a TabbedPage into a NavigationPage."
Also thought about shell, but shell is tabbed from the first page. Is it possible to get sub tabs i a shell?
What are other options? To create diffetent buttons and change information visibility on pressing?