Android Cool On-Boarding Screens
A card slide faeture experince for a quick user on-boarding experience
This is an easy to use shake detector library on android devices
usage is literally 4 lines of code
Add jitpack to repository
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
implementation 'com.github.Lucem-Anb:onboarding:0.0.1'