pwittchen / InfiniteScroll

Infinite Scroll (Endless Scrolling) for RecyclerView in Android
Apache License 2.0
189 stars 26 forks source link

Add an example with loading items after click #8

Open pwittchen opened 8 years ago

pwittchen commented 8 years ago

Expected behaviour:

  1. User scrolls to the end of the list
  2. "Load more" option appears
  3. After clicking on "Load more" option, this option is hidden, more items are loaded and user can scroll them
  4. Repeat again from the step 1. until user reaches end of all items