RecyclerView Load On Scroll in Android Android by Rajesh Kumar Sahanee - February 20, 2020April 14, 20200 Hello Friends, today we are going to see and example of recyclerview load on scroll in Android. Basically we are going to implement infinite scroll in recyclerview here and the basic function of this code is to load more data on scroll when we reaches to the end while scrolling
Multiple Filters and Sorting in Android Android Android Projects Java by Rajesh Kumar Sahanee - February 16, 2020March 24, 20200 Hello Friends, today we are going to see multiple filters and sorting in Android. In multiple filters we basically choose multiple values from multiple available filter options.