1

Android Candidate View

I want to make a candidate view with scrollable. When I'm scrolling recycler view my candidate show up PagerTabs will appear and right scroling will candidate view appear if anything not show up candidate disable candidate view.

candidate view

enter image description here

PagerTabstrip recyclerview

enter image description here

Thanks for advance. Please share your code..

Sonu Kumar
  • 969
  • 1
  • 11
  • 36

2 Answers2

3

read on Recycler View here , recycler view allows you to customise any sort of component in scrollable list format

Harshad Madaye
  • 480
  • 1
  • 7
  • 21
3

Check this link :

Android RecyclerView Sample Sample demonstrating the use of RecyclerView to layout elements with a LinearLayoutManager and with a GridLayoutManager. It also demonstrates how to handle touch events on elements.

link