drag-select-recyclerview icon indicating copy to clipboard operation
drag-select-recyclerview copied to clipboard

👇 Easy Google Photos style multi-selection for RecyclerViews, powered by Kotlin and AndroidX.

Results 1 drag-select-recyclerview issues
Sort by recently updated
recently updated
newest added

Main changes: - removed `getItemCount ` (was not used at all) - renamed `isIndexSelectable ` to `isSelectable ` for consistency - check items selectable also during selection, not only at...