I know this question is wrong but would you answer me please ?
I have an app that allow user to enter many addresses. I want to show him all of his addresses so I choose ExpandedListView to handle the label of each address and when the user click on any label, he can see the city and street of that address. I want to ask that is use of ExpandListView is right here?
Thanks a lot.
I don’t see any reason why using
ExpandableListViewwould be wrong in this case.Yes, you can use it. This is how I imagine this:
Where
Address 2is currently expanded.