I need to make those lists with equal cards and used by Trello, scrolling sideways. What is used to do that?
I need to make those lists with equal cards and used by Trello, scrolling sideways. What is used to do that?
To create the card is the CardView
. See creating business cards here.
To create side scrolling a Swipe Views is used. See the guidelines for creating a Swipe View here.
Youcanalso create a Swipe View with Tabs .
For the cards you use a CardView
To scroll to the side, you can either use a ViewPager OR you can use a ScrollView with orientation="horizontal"
, so it will scroll to the side