Reputation: 6295
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.
Upvotes: 3
Views: 5136
Reputation: 28470
You can quite easily create a sample app with Fragments linked to Tabs in Eclipse:
Upvotes: 2
Reputation: 72533
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.
Upvotes: 1