Hi,

I know I can use Collections.sort() to sort an ArrayList.

But if I have HashMap, how do I do it? Possible to throw it into a
temp ArrayList to sort it?

ArrayList<HashMap<String,String>> mylist =  new
ArrayList<HashMap<String,String>>();

How do I sort this mylist?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to