I'm trying to create an app with tabs for the main menu with sections Main, Adult and Paeds and buttons within each tab that link to other content . The layout is like this:
- Main
- General info
- Adult
- Section 1 (button)
- Section 2 (button)
- Paeds
- Section 1 (button)
- Section 2 (button)
Here is an image from the app so far:
I can get this working and also set up the buttons so that I can go to the content of the subsections, but without the tabs staying at the top. So the app works fine, to a point.
What I really want is for the tabs to stay there. This would allow for much easier navigation than having to press the back button if you wanted to go between the 3 main sections.
Does anyone have any idea how to do this?