In this article, we will see a set of Android applications that uses tabs for their navigation.
This application exemplifies, how to add navigational tabs to Action bars in Android versions Honeycomb and its higher versions. This application will not be executed in pre Honeycomb versions. Suppose we want to implement tabs with Action bar, please go through the next article in this series.

Tabs in Action bar
In this article, we will set how to add navigation tabs to Action Bar since pre Honeycomb versions. We are mkaing use Sherlock library to implement action bar and navigation tabs in pre Honeycomb versions of Android.

Tabs in Actionbar with Sherlock library
In our previous articles, we have seen how to add navigation tabs in Action bar. In those applications, we need to tap the tab titles to switch from one tab to another tab. In this article, we will see how to switch from one tab to another by swiping horizontally. This application can be executed in Android versions since Pre Honeycomb.

Navigating between tabs by swiping
In this application, we will see how to implement swiping between tabs in Action Bar using View Pager in Android Honeycomb and its higher versions.
In this application we will create tabs with TabHost and fragments.

Android tabs with Tabhost and Fragments
In this application, we will create tabs containing Listview with images and text.

Android tabs with listview containing images and text
How to hire me?
I am George Mathew, working as software architect and Android app developer at wptrafficanalyzer.in
You can hire me on hourly basis or on project basis for Android applications development.
For hiring me, please mail your requirements to info@wptrafficanalyzer.in.
My other blogs
store4js.blogspot.com
Android Knowledge QuizReady to test your knowledge in Android? Take this quiz :
Tags: fragment, sherlock, tab, tabhost
Is that any possible to make two tab host in one screen. one tab host is on top of the screen and second tab host is bottom of the screen..?