endless recyclerview along with load onscroll from server in recyclerview using cardview to load images and text
I have implemented recyclerview using cardview to fetch images and text from my server using this tutorial: http://www.simplifiedcoding.net/android-custom-listview-with-images-using-recyclerview-and-volley/ . I have successfully fetched the data and modified the code according to my requirement, now i want to implement swipe to refresh and endless scrolling similar to Instagram application. I have tried a lot of tutorials and SO questions however i am unable to implement any of them. I am partially successfully implementing swipe-to-refresh but the app exits with an inconsistency error .