How to implement setOnScrollListener in RecyclerView

Activity Class with recylcerview in xml layout file public class WallpaperActivity extends AppCompatActivity implements OnTaskCompleted { private static final String TAG = “WallpaperActivity”; private Toolbar toolbar; private RecyclerView mRecyclerView; private WallPaperDataAdapter mAdapter; private LinearLayoutManager mLayoutManager; // to keep track which pages loaded and next pages to load public static int pageNumber; private List<WallPaper> wallpaperImagesList; protected … Read more