What's in the box
The login framework for your app
Implementation of Facebook and Google login
Easy way to implement custom login and sign up
Setup
1. Include in your project
Using Gradle
The Android-Smart-Login library is pushed to jcenter, so you need to add the following dependency to your app's build.gradle.
compile 'codelight.studios:android-smart-login:1.2'
As a module
If you can't include it as gradle dependency, you can also download this GitHub repo and copy the library folder to your
1