I am using gooleplaces API. I have a response in json, but the problem is I want to populate listview according to distance. I make the sorted distance arraylist in ascending order using collections.sort(), but how do I sort other lists based on this sorted list to populate my listview correctly?
I am using gooleplaces API. I have a response in json, but the problem
Share
Finally I resolve my problem using
bubble sort.