1

I use GridView to display image. When scroll to bottom of GridView, more image will load and display use notifydatasetChange().
But when notifydatasetChange() call, all image reload. I want only new image add to GridView load like Google Play.
In Google Play, when i scroll to bottom, new application icon,price,title will load and display without reload old application icon. Is Google Play use GridView to display list of app? Anyone know how to do like this?

hiepnh
  • 437
  • 1
  • 8
  • 9
  • duplicate of this one http://stackoverflow.com/questions/6661021/android-dynamically-load-listview – deefactorial Oct 10 '12 at 16:48
  • As per http://stackoverflow.com/questions/10679997/in-the-google-play-app-how-is-the-viewgroup-showing-the-application-top-lists-i , Google Play uses bucket adapter to show Grid Like list view. – Hemant G Nov 20 '12 at 11:59

0 Answers0