-1

I'll receive my data from a webpage and i'll use Gson library and AsyncTask.

What is the best way to push the new elements to the list? I thought to save a list containing the data as field of the activity, and when an update is received call notifyDataSetChanged().

But in this way, the whole list will be refreshed, will it?

tshepang
  • 12,111
  • 21
  • 91
  • 136
filippo
  • 839
  • 2
  • 13
  • 25
  • Probably copy from [this](http://stackoverflow.com/questions/1080811/android-endless-list/1082523#1082523). Hope It helped. –  Aug 11 '13 at 14:21

1 Answers1

2

This is what you are looking for:

https://github.com/commonsguy/cwac-endless

Waza_Be
  • 39,407
  • 49
  • 186
  • 260