I'm writing an App that will have a number of tabs/buttons at the bottom of the screen to perform separate functions. I wanted to retain this button panel when switching between the functions but this does not seem possible if I code each function in a separate activity. When each activity starts and I load the relevant layout the existing button panel is overwritten, so I would have to reload it within each activity.
So, other than code the whole lot in one activity (Main) is there any other way in which I can retain the button panel when switching between multiple activities or is there some entirely different approach that could achieve this?
So, other than code the whole lot in one activity (Main) is there any other way in which I can retain the button panel when switching between multiple activities or is there some entirely different approach that could achieve this?