Drag Select Recycler View is an Android library that adds drag-based multi-selection behavior to RecyclerView lists. It lets users press and drag across items to select multiple entries, similar to selection behavior in gallery or file manager apps. The library handles touch interception, selection range behavior, and automatic scrolling when the user drags near the top or bottom of the list. It supports different drag selection modes, including range-based and path-based selection. The project is designed to work with a normal RecyclerView adapter that implements the required interface. It is now archived and read-only, but it remains useful as a reference for Android developers building intuitive multi-select list interactions.
Features
- Drag-based RecyclerView selection
- Automatic edge scrolling
- Range selection mode
- Path selection mode
- Standard adapter integration
- Android multi-select UI support