davideas / FlexibleAdapter

Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
Apache License 2.0
3.55k stars 553 forks source link

Multi selection simple example #687

Closed WiMank closed 5 years ago

WiMank commented 6 years ago

I spent the whole day over this library, but did not understand how to implement the mode of selecting elements in the Recycler View. The sample app can be divided into specific parts, now it is difficult to understand. Wikipedia also does not shine with details. Does anyone have a simple example of multi selection?

davideas commented 6 years ago

@WiMank, the Wiki page for ActionModeHelper is the one you should follow and it is very detailed, read all, don't jump to the code parts.

Note: If it wasn't clear enough from the time passed, the new demoApp is suspended.

WiMank commented 5 years ago

I figured out and successfully implemented this library in the project. Thanks.