Example App to show how to add multi-select feature in Recyclerview
For implementing multi-selection, you need to follow thesesteps
- Create/Show the contextual action mode.
- Item long click allows the user to select multiple items.
- Change the state of the item.
- Get the selected data and process it based on the menu action picked by the user.
- Finally, refresh the list.
For more information, check out my detailed guide here : http://droidmentor.com/multi-select-like-whatsapp-android/