This is a very short question: Recently Google has updated its material design guidelines, showing that multi selection of items should be like on the Google-Photos app (here), as such:
I've noticed that even if you are already in multi-selection mode, you can still use this gesture anywhere you wish.
What I did so far is handling clicking of items for multi-selecting them, but how do I do what Google has shown?
Seems it's more complicated than I thought, but there is a library for this:
https://android-arsenal.com/details/1/5152
https://github.com/MFlisar/DragSelectRecyclerView
which is based on :
https://github.com/weidongjian/AndroidDragSelect-SimulateGooglePhoto