I googled a lot but didn't find any answer to my problem:
I got a Cursor that queries a table that contains a latitude and a longitude. I want to order a ListView by the distance to the user. The second answer in here showed me how to order by distance.
But now let's say the user moves and the second item is now more near than the first one. How can I reorder my list now?
Not sure if i could provide any code that would be helpful, because it's more or less a generic question.
thanks alot