How to make lists and cards equal to Trello

0

I need to make those lists with equal cards and used by Trello, scrolling sideways. What is used to do that?

    
asked by anonymous 04.09.2017 / 13:00

2 answers

0

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 .

    
04.09.2017 / 14:27
0

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

    
06.09.2017 / 02:01