Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 3.72 KB

README.md

File metadata and controls

55 lines (42 loc) · 3.72 KB

SHADES OF RED

Abstract / Summary

The project is going to be an android application. In today’s times, having a blood donation management system is a necessity. We see people putting up whatsapp stories which are not that helpful. If we have someone of our blood type and near our location, we could send our details to that particular patient. It basically connects people who need each other with ease. What better way than to save lives and do a little good to society?

Background

During covid-19, we all have seen people sharing stories on social media platforms. Sometimes it does get things done, but at times there is a lack of information, or the location might be far away, or the message might not reach the right people. We do need an android application where everything can be at one place, and we can decide who we want to help on the basis of the various information provided.

Team Members

  1. Mentor : Anjali Singh

  2. Mentees :

Technology Stack

  1. Backend: Firebase
  2. Frontend: Android[Java]

Results

  1. Splash Screen

  2. Singup & Login Screen
    .
  3. Searching Donors and List of Donors Screen
    .
  4. FAQ Pages
    .
  5. Edit Profile & Profile Screens
    .

Install Pre-requisites

  1. Download the Android IDE: Android Studio (you may need to install java by following the prompts) a. Optional: Install the Android SDK: brew install android-sdk , Select the SDK that brew logged out back in the previous command
  2. Open this project with in Android Studio IDE
  3. The IDE will complain about "Gradle sync failed". Just follow what it says.
  4. Once the IDE stops giving suggestions go to Tools -> Android -> SDK Manager and do what the SDK Manager says.
  5. Once the SDK Manager stops giving suggestions, use it to install the Google Repository and the Android Support Repository.

How do you use this repository?

Clone or download this repo

https://github.com/WooTechnology/shades-of-red

After that you can simply take the files and paste it in the required folders. Et Voila !

Setup Virtual Device

Running on a virtual device

  1. Open the AVD Manager (Tools -> Android -> AVD Manager).
  2. Create a new Virtual Device. The size/model doesn't matter that much
  3. Select a system image that has both a x86_64 ABI and Google Play Services.
  4. Finish and LOGIN!