0

Android newbie here. I'm creating a Android app to display images in GridView(Using JsonParsing). When the app opened it will display first 20 images and when you scroll down to the last image or while Overscroll, It should download previous 20 images i.e I need to execute a function whenever this happens.. any help or suggestion is appreciated.. and I have the total number or count of images..

It is just like adding a "Load More" button at the end of the GridView but clicked automatically.

4

1 回答 1

0

知道了!!!GridViews setOnScrollListener 和 onScroll 方法你可以像这样定义你的条件

于 2014-08-14T04:36:38.407 回答