StackView
A simple Android stack view, build in Kotlin.
Usage
Download
Step 1. Add the JitPack repository to your root build.gradle
at the end of allprojects
repositories
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the StackView
dependency
dependencies {
...
implementation 'com.github.MostafaGazar:StackView:1.0.0'
...
}