0

I get some data via httpget in a AsyncTask. This data I put into a listview. This works fine so far. But now I want to implement that I refresh some data that changed on the server. What I am doing right now is that I reload the whole list via httpget to get all the data again but with refreshed/changed data. But I want to refresh only the changed data of the database in the listview so it does not take so long. How could I achieve this? Thanks for your help.

0 Answers0