How to multi-select using drag gesture in RecyclerView ?
问题 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? 回答1: Although it's complicated and there are some libraries to use, it will be