0
I need to make those lists with equal cards and used by Trello, with scrolling to the sides. What is used to do that?
0
I need to make those lists with equal cards and used by Trello, with scrolling to the sides. What is used to do that?
0
To create the card is used the CardView
. See here in the documentation how to create cards.
To create the side scroll is used a Swipe Views. See here in the documentation the guidelines for creating a Swipe View.
You can also create a Swipe View with Tabs.
Is there any way to put lists inside this Swipe? With cards?
@Lucasbrugneramartinelli yes.
@Lucasbrugneramartinelli managed to solve?! Need some more information?
0
For the cards you use a Cardview
To roll to the side, you can both use a Viewpager Or you can use a Scrollview with orientation="horizontal"
, Then he’ll roll to the side
-2
TRELLO EXTENSION TIP
Use this extension for Chrome, which counts cards from the columns and the entire board.
https://chrome.google.com/webstore/detail/cardcounter-for-trello-wi/jbdmgabkegidhagemkfdogmplgelaoab
Browser other questions tagged android android-fragment android-recyclerview trello
You are not signed in. Login or sign up in order to post.
I believe that we can simulate that effect, using a horizontal view, where the view of each column of the Recycler is constituted with the cadview and another list within it. Only the effect of dragging things that will be more complicated to simulate.
– Grupo CDS Informática