Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 513 Bytes

File metadata and controls

19 lines (13 loc) · 513 Bytes

ChipCardSample

An easy to use CustomChipCard for Multi selection values. It is only for below androidx. Hope you like it.

Step 1. Add it in your root level build.gradle at the end of repositories:

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

Step 2. Add the dependency in your app level build.gradle file:

  dependencies {
      implementation 'com.github.MahipalMalviya:ChipCardSample:667d14996f'
    }