Android blood management system
For IOS APP - https://github.com/abdulbasitha/BLOOD-BANK-APP-IOS
- Download or clone this repo.
Android Studio. File >> Open...
Build >> Build Apk(s)
Setup sign in with Google with your own credentials.
[https://developers.google.com/identity/sign-in/android/start-integrating]
Q) How to get the SHA-1 fingerprint certificate in Android Studio for debug mode?
Ans) SHA-1 fingerprint certificate
Select the API
folder, set it up in a webserver or localhost, create a database and import blood_bank_app.sql
into Phpmyadmin.
Set String path = "your-url-paste-here" (eg
in //localhost/bloodbank/) or <your-api-files-directory-in-webserver>
JsonAct.java
There are a total of 4 activities in this application :
`Splash`: Splash Screen Activity,
`SignInWithGoogle`: SignIn Activity,
`MainActivity`: Donor Registration,
`NeedBlood`: Retrieve Donors List
In case of any queries or issues, please contact us at:
info@techzia.in
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.