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
- Host: GitHub
- URL: https://github.com/talebrafiepour/singlechoice
- Owner: TalebRafiepour
- Created: 2019-05-04T16:49:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T10:03:42.000Z (over 6 years ago)
- Last Synced: 2025-07-09T17:05:33.881Z (3 months ago)
- Topics: android, choice, choiceview, kotlin, selector, singlechoice, tablayout, tabs
- Language: Kotlin
- Size: 565 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
```