-1

I would like to create a tabbed view which has item description on top and a tabbed view at the bottom to populate its details. Something like the following image enter image description here

Any suggestions or links to tutorials to achieve this?

Thanks, Noorul

Noorul
  • 939
  • 1
  • 11
  • 21

1 Answers1

0

You need to use a android.support.v4.view.PagerTabStrip inside a android.support.v4.view.ViewPager: PagerTabStrip inside ViewPager. There are plenty of examples online, here is one: https://gist.github.com/pboos/4535406

Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199