Is there any easy way to sort a JSONArray of objects by an attribute in Android?
|
feedback
|
|
Perhaps using the Google GSON library you can deserialise the array to a typed collection of objects, and then using Collections perform a sort. Look at 6th line in on the following link.. Looks a bit messy but might be quickest way.. http://sites.google.com/site/gson/gson-user-guide#TOC-Collections-Examples | |||||||||
feedback
|