Danial Pordel
Results
1
comments of
Danial Pordel
**this is correct answer :** ``` recyclerView.addOnScrollListener(new RecyclerView.OnScrollListener() { @Override public void onScrolled(RecyclerView recyclerView, int dx, int dy) { super.onScrolled(recyclerView, dx, dy); if (dy >0) { // Scroll Down if...