An open API service indexing awesome lists of open source software.

https://github.com/talebrafiepour/singlechoice

single choice view for android
https://github.com/talebrafiepour/singlechoice

android choice choiceview kotlin selector singlechoice tablayout tabs

Last synced: about 1 month ago
JSON representation

single choice view for android

Awesome Lists containing this project

README

          

# SingleChoice
single choice view for android

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
Step 2. Add the dependency
```
dependencies {
implementation 'com.github.TalebRafiepour:SingleChoice:0.4'
}
```
Usage:
```