Skip to content

mehnaderi/Multi-Select-RecyclerView

Repository files navigation

Multi-Select-RecyclerView

License

An android Multi-selecting library to choose multiple items in recyclerView

Features:

  • Lighweight
  • Use your own itemView
  • RTL support
  • Light and Dark theme support. (Or pass your custom colors as theme)

Demo app

...

Getting started:

This library is hosted on jitpack.io, which means to use it you will have to add the following to your build.gradle file.

  allprojects {
    repositories {
      ...
      maven { url 'https://jitpack.io' }
    }
  }

And then you will need to add the following dependency to your application build.gradle file.

  dependencies {
      implementation 'com.github.mehnaderi:Multi-Select-RecyclerView:0.1.0'
  }

Usage

...

TodoList

  • Animations
  • Search & Filter
  • Complete Readme :)