Join Slack
Powered by
That's not how maps work, they don't really have a...
# getting-started
k
karelpeeters
10/03/2017, 7:48 AM
That's not how maps work, they don't really have an order most of the time.
s
sqia09
10/03/2017, 8:45 AM
So I should use an expandable list, right? I found this link:
https://bignerdranch.github.io/expandable-recycler-view/
what do you think? or if you got a better resource then please share.
k
karelpeeters
10/03/2017, 9:53 AM
That's an android layout component, not really a data structure. You could use a
LinkedHashMap<String, List<String>>
.
4
Views
Open in Slack
Previous
Next