I am really lost here.
I want to make an app that will have tabs ( fragments? ).
So whenever a user clicks on a tab, a new fragment is loaded.
The UI would be similar to the one under View Control -> Fixed Tabs here : http://developer.android.com/design/patterns/actionbar.html
I don’t need backward compatibility.
I have no idea how to proceed as I am really confused.
Any pointers would be greatly appreciated.
Thank you.
You can download a nice tab navigation example on developer.android.com. If you don’t need backward compatibility then you don’t have to modify it and can use it right away.