Good morning, I'm a beginner in android development, I'm in doubt, I would like a suggestion.
I'm making an application similar to Trello, but I do not know what to use.
I will have several lists that can be browsed horizontally and within the lists can be added cards as shown in the image, what resources can I use? A CardView for the lists and within the CardView a Recyclerview to add the cards?
Thank you