Which component to use for this drop-down list?

0

I need to make the following component for my application and I have the doubt to use if a listview or an ExpandableListView.

    
asked by F.Sola 16.03.2018 в 12:34
source

1 answer

1

A listview with your custom layout would be a good idea.

You should also keep an eye on the idea of putting a recyclerview with cardviews .

    
answered by 16.03.2018 / 12:39
source