lucasr / smoothie

[DEPRECATED] Easy async loading for Android's ListView/GridView
985 stars 163 forks source link

Loading additional data after first load #28

Open SalmanTKhan opened 9 years ago

SalmanTKhan commented 9 years ago

Sorry if this isn't the right place to ask, but in your BitmapCache example, you only load data the json for the patterns once, in my use case, I need to load additional pages after the first load (Each page has 20 results for example), would this be possible if so any hint how?