Skip to content

abdulbasitha/BLOOD-BANK-APP

Repository files navigation

BLOOD-BANK-APP

How to use?

For IOS APP - https://github.com/abdulbasitha/BLOOD-BANK-APP-IOS

  1. Download or clone this repo.

  2. Open it in Android Studio.

Android Studio. File >> Open...
  1. Build the project.
Build >> Build Apk(s)
  1. 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

  2. Select the API folder, set it up in a webserver or localhost, create a database and import blood_bank_app.sql into Phpmyadmin.

  3. Set String path = "your-url-paste-here" (eg:http://localhost/bloodbank/) or <your-api-files-directory-in-webserver> in JsonAct.java

  4. There are a total of 4 activities in this application :

       `Splash`: Splash Screen Activity,
       `SignInWithGoogle`: SignIn Activity,
       `MainActivity`: Donor Registration,
       `NeedBlood`: Retrieve Donors List 
    

Preview

Support

In case of any queries or issues, please contact us at: info@techzia.in

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Happy Coding 💖