I would like to create an app that has multiple activities.
However, the Main activity creates a "Menu" down the left margin.
Say left = 20%x, width = 100%x
This must be "static" in that as other activities are started, the Main activity "Menu" remains and the new activity consumes the remainder of the screen: Say left = 20%x, width = 80%x
Is this possible?
If so, which is the better approach in achieving this?
However, the Main activity creates a "Menu" down the left margin.
Say left = 20%x, width = 100%x
This must be "static" in that as other activities are started, the Main activity "Menu" remains and the new activity consumes the remainder of the screen: Say left = 20%x, width = 80%x
Is this possible?
If so, which is the better approach in achieving this?