I am trying to create a tab action bar on android but I seem to face problems when following tutorials. They usually will have resources which are not shown of which I am also not too sure what are they an causing me not being able to compile the project like in the tutorial. can someone kindly help me out with this. thanks.
feedback
|
|
Android has many examples in their APIDemos. This is one of them - http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/ActionBarTabs.html | |||
feedback
|
|
Here is another sample project, covered in one of my books, that demonstrates tabs in the action bar, among other features. | |||
|
feedback
|
|
It's important that you set "Theme.Holo" has your application main theme at the Android Manifest. Any Holo theme will do (Theme.Holo.Light, Theme.Holo.foo.bar) Your tag has to be something like this
| |||
|
feedback
|