mttkay / ignition

Kick-starts Android application development.
1.28k stars 290 forks source link

endlessListAdapter.shouldRequestNextPage(firstVisibleItem, visibleItemCount, totalItemCount) #52

Open subinsebastien opened 11 years ago

subinsebastien commented 11 years ago

On a typical implementation with just a few items to fit in the screen, the shouldRequestNextPage() returns true always, resulting in repeated calls to the network fetch function I have. This is supposedly making another issue that, all items in the list are disabled, (possibly because a network fetch is always there in progress)