Multi-feature Recyclerview in android – Swipe to show options, drag (with handle also), filter enabled
Multi-feature Recyclerview in android – Swipe to show options, drag (with handle also), filter enabled
Multi-feature Recyclerview in android – Swipe to show options, drag (with handle also), filter enabled
I have created generic BaseRecyclerView, but why we need it? We need to know in activity when item is clicked or may be we need to create replaceAll method which is very common for all recyclerview. In that case this will be very usefull
Search functionality with recyclerview in android. Here is simple demo to make your recyclerview searchable. By following this demo you can implement search functionality to your RecyclerView in android. Here I got country list and display in Recyclerview.Follow these steps to implement search functionality with RecyclerView : Create new project with Android studio. Create xml file […]