I'm quite new in developing for android.
Is there a way to split the RelativeLayout into multiple sections that would perform tasks that are linked to each other.
Picture link : https://i.stack.imgur.com/4r1Qp.jpg
Section 1 - A menu bar that the user can click.
Section 2 - A submenu that will change depending on the selected menu in Section 1.
Section 3 - The content that would appear depending on what is selected in Section 2.
I cant seem to understand the concept on how I can achieve this and I don't know what kind of Views to use.
Any kind of help is much appreciated. (Tutorials, explanations)