This is an extension of Android Design Framework containing built in Authentication drivers and a login activity view.
Copy this code into and new, empty android project. The root of this directory 'app' will get placed in your newly created android folder in place of the existing 'app' folder.
I used Android Studio to create a blank android project.
After you have created a blank project, just replace the autogenerated 'app' folder with the one in this repository.
Documentation on how to use the various clients can be found here
- Android Studio - The IDE used
- SourceTree - Source Control Editor
- Brett Brist - Author - Brett Brist
This project is licensed under the MIT License - see the LICENSE.md file for details
- My design and organization of this was influenced by Eric Oestrich.