####This is a Login Activity teamplate for Android applications that use Parse as backend.
It is intended to reduce the time taken to write a Login activity for Android apps.
The template accounts for basic Login activity operations.
####Operations supported.
- Signup with email and password.
- Login with email and password.
- Validation of email and password on Parse backend.
- Eye candy alert boxes displaying the appropriate messages - Success or various failure cases.
- If successfully logged in, then the next time the app is opened, it doesnt ask for login.
The template uses various 3rd part open source libraries. build.gradle scripts are also included.
####Contents
- LoginActivity.java - The main class which handles the login functionality
- activity_login.xml - The layout file which renders the UI
- 2 build.gradle files - One for project, one for app
####How to use.
- Copy the LoginActivity.java to your project.
- Copy activity_login.xml to your res/layout folder.
- Modify your build.gradle files with the content of the build.gradle scripts included.
- Change the Parse applicationId and client key according to your own app.
Once these basic changes are made, you can customize the app using your own icons, fonts and backgrounds