First you need to create an xml layout file with viewpager android.support.v4.view.ViewPager
Then inflate this layout in your main activity, make sure your activity implements
android.support.v7.app.ActionBar.TabListener
Lets say, you want to have 4 tabs, then create
4 different fragments. Create a common adapter to facilitate these fragments based on the
tabs you select.
Here is the simple example with code snippet, http://www.feelzdroid.com/2014/10/android-action-bar-tabs-swipe-views.html
Note: above example works well with android support lib, which provides backward actionbar
compatibility for earlier version of android phones
Hope it helps.
Thanks
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…