-2

I want same control like below in android

https://github.com/Huanhoo/HHHorizontalPagingView

Mahesh
  • 1,559
  • 6
  • 27
  • 57
  • I dont know why minus but atleast give reason and answer – Mahesh Feb 20 '17 at 17:50
  • Explain your question in detail.From this I understand that you want to create horizontally scrollable tabs and in each tab you want vertically scrollable content. Am I correct? – phoenix Feb 20 '17 at 17:52
  • Check github link which i given i want same control like that . – Mahesh Feb 20 '17 at 17:56
  • 1
    Stackoverflow is not for such kind of descriptive answers. You can decompose your problem into small tasks and try to achieve that and then if you face any problems doing so then you can ask here. Do some google research and try yourself first. – phoenix Feb 20 '17 at 18:03

1 Answers1

0

It's a combination of controls in android. you can use ViewPager to achieve horizontally scrollable view and RecyclerView to achieve vertically scrollable content.

Huanhoo
  • 9
  • 5