Swipe between Views with constant overlay

2boyzmommy

New Member
I'm familiar with Android development, but I haven't coded in a while. I'm unfamiliar with working with Fragments, so I just wanted to get some quick layout advice.I'm creating an application where I want to swipe between different views, but also have a constant overlay at the bottom of the activity. There will be three different views but I don't want tabs (TabHost, etc). I just want to have a constant overlay that will display the name of the current view at the top, and a constant overlay at the bottom which will have the user's name and a button. The three views will just be parsed JSON data. I don't need to have a detailed description of how to do this, but any recommendations would be great! I just have been out of the Android game for too long.Here quick example picture of what I'm trying to create:
dWUJk.png
Thanks for your help!
 
Back
Top