Quote

Using FragmentTabHost with ViewPager

On my last project, I wanted to design one of the screens to look like Google Newsstand’s swiping tabs that were also scrollable and had an image between the ActionBar and the tabs.

Google News Screenshot

Google News Screenshot

 

I did not find any simple and useful solution to this that I could easily follow and implement in my app. So I created my own. Here’s how it looks like.

FragmentTabHost 1 Continue reading

Advertisement