Reputation: 401
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.
Upvotes: 2
Views: 159
Reputation: 674
Definatly you can use exapandable list view.
prefer Url :
http://androidtrainningcenter.blogspot.in/2012/07/android-expandable-listview-simple.html
Upvotes: 1
Reputation: 6867
I don't see any reason why using ExpandableListView
would be wrong in this case.
Yes, you can use it. This is how I imagine this:
Where Address 2
is currently expanded.
Upvotes: 4