Skip navigation links
C I O P R 

C

canLoadMoreItems() - Method in class com.github.pwittchen.infinitescroll.library.InfiniteScrollListener
Checks if more items can be loaded to the RecyclerView
checkIfPositive(int, String) - Static method in class com.github.pwittchen.infinitescroll.library.Preconditions
 
checkNotNull(Object, String) - Static method in class com.github.pwittchen.infinitescroll.library.Preconditions
 
com.github.pwittchen.infinitescroll.library - package com.github.pwittchen.infinitescroll.library
 

I

InfiniteScrollListener - Class in com.github.pwittchen.infinitescroll.library
InfiniteScrollListener, which can be added to RecyclerView with addOnScrollListener to detect moment when RecyclerView was scrolled to the end.
InfiniteScrollListener(int, LinearLayoutManager) - Constructor for class com.github.pwittchen.infinitescroll.library.InfiniteScrollListener
Initializes InfiniteScrollListener, which can be added to RecyclerView with addOnScrollListener method

O

onScrolled(RecyclerView, int, int) - Method in class com.github.pwittchen.infinitescroll.library.InfiniteScrollListener
Callback method to be invoked when the RecyclerView has been scrolled
onScrolledToEnd(int) - Method in class com.github.pwittchen.infinitescroll.library.InfiniteScrollListener
Callback method to be invoked when the RecyclerView has been scrolled to the end

P

Preconditions - Class in com.github.pwittchen.infinitescroll.library
 
Preconditions() - Constructor for class com.github.pwittchen.infinitescroll.library.Preconditions
 

R

refreshView(RecyclerView, RecyclerView.Adapter, int) - Method in class com.github.pwittchen.infinitescroll.library.InfiniteScrollListener
Refreshes RecyclerView by setting new adapter, calling invalidate method and scrolling to given position
C I O P R 
Skip navigation links