Mobile Application Development Project
ℹ️ Copyright Disclaimer Under section 107 of the Copyright Act 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research. ... Non-profit, educational or personal use tips the balance in favor of fair use.
Images used in Development are not my property and are used for educational purposes only.
- OTP Authentication
- Email Authentication
- Email Registration
- Pending Requests (this section is used by end-users, and to be accepted by administrators)
- Login Tracking (admin privileges)
- CRUD Operations (admin privileges)
- RTDB to JSON
- Broadcasting
Java Mail API jar files https://code.google.com/archive/p/javamail-android/downloads to be included in project.
Splashscreen contains preloader and a delay timer to check whether the device mobile data or wireless connection is turned on. It doesn't check whether the device has an access to internet. The app won't continue without turning on data or wireless, a no connection event will be triggered, turning on data or wireless connection will not turn off the event triggered and the app must be force closed or minimized to retry.
Clone this repository to your local machine and you're good to go!
git clone https://github.com/skedaddl3/adms.git
To resolve the "missing app valid identifier" at OTP Authentication:
- Create your own Realtime Database at https://firebase.google.com/
- Add your SHA-1 to your Database, Open Project Settings Scroll Down and find "add fingerprint"
- To add SHA-1, Open your Android Studio, Top Right click Gradle, click the Gradle icon, type
gradlew signingReport
orgradle signingReport
- Copy and Paste the SHA-1 that will appear from your Android Studio's Terminal to your Firebase "add fingerprint" field.