https://github.com/talebrafiepour/androidsteper
simple steper view for android
https://github.com/talebrafiepour/androidsteper
android custom linear state-management step stepper
Last synced: 2 months ago
JSON representation
simple steper view for android
- Host: GitHub
- URL: https://github.com/talebrafiepour/androidsteper
- Owner: TalebRafiepour
- Created: 2019-04-15T11:53:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T10:02:46.000Z (almost 6 years ago)
- Last Synced: 2024-12-28T13:47:30.604Z (6 months ago)
- Topics: android, custom, linear, state-management, step, stepper
- Language: Kotlin
- Size: 1.31 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AndroidSteper
simple steper view for android1.setup
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
-------------------------------------
```
dependencies {
implementation 'com.github.TalebRafiepour:AndroidSteper:0.9'
}
```
----------------------------------------
![]()
2.use
```