Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 878 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 878 Bytes

Android Cool On-Boarding Screens

A card slide faeture experince for a quick user on-boarding experience

OnBoarding Lucem

This is an easy to use shake detector library on android devices

usage is literally 4 lines of code

Implementation

Add jitpack to repository

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Add the dependency

implementation 'com.github.Lucem-Anb:onboarding:0.0.1'