View Pager tabs in middle of fragment

android, android-viewpager, swipeview, tabs

Solution

Have a look at Jake Wharton's excellent Android ViewPagerIndicator library.

This sample gives you what you are after.

Problem

How do i implement these tabs, the same as in Google plus profile page? I think I can't use ActionBar tabs as they are clinged to ActionBar. I want the tabs to be below an image like in this image. Also i want these tabs to be fixed. I want three tabs and all three tabs should be visible on screen - as the android fixed tabs plus swipe layout which uses Action Bar tabs though.

Original source

Related problems