Skip to content

Latest commit

 

History

History
110 lines (52 loc) · 5.34 KB

README.md

File metadata and controls

110 lines (52 loc) · 5.34 KB

Medimate_Community

A community-based Blood and Medicine donation App built on Android Studio and Firebase Realtime Database.

Medimate is an attempt to ease the process of blood and medical emergencies by connecting blood donors and drug vendors directly with people in need of blood and medicines. Medimate connects blood donors and drug vendors with recipients, without any intermediary such as blood banks and pharma stores, for an efficient and seamless process.

LANGUAGES USED:

  1. JAVA
  2. XML :FOR LAYOUT

TOOLS AND TECHNOLOGIES USED:

  1. ANDROID STUDIO(FOR DEVELOPMENT PURPOSE)
  2. FIREBASE REALTIME DATABASE

DESCRIPTION OF EACH ACTIVITY/JAVA FILE:

  1. MAIN ACTIVITY:

    Welcome screen of the app which shows the app logo and a background for 2 seconds and then proceeds to the next activity.

  1. LOGIN & REGISTRATION:

The user needs to register to be eligible to use the app as well as he has to verify his email ID before logging into the app to access the app.

  1. HOMEPAGE:

    This page will initially ask for services they are seeking: blood donation, blood-seeking, medicine donation, medicine seeking, News, or Facts. From here the users can choose the respective services according to their requirements.

  1. PROFILE:

    From here the user can see and edit their profile

  1. NEWS:

    This Service provides the latest News Related to health and Life. Which gets updated within every 3 hrs.

  1. MEDICINE SEEKING:

    Here the user can request the medicine from the medicine donor and also he can check the details of the medicine.

  1. MEDICINE DONATION:

    Here the user can share their leftover or unused medicines. They can upload a picture of it, stating its expiry date and dosage strength (mg). Using image processing concepts, we can verify if the medicine is legitimate or not, i.e. if it consists of an expiry date or not.

Image Processing :

This module consist of scanning the image of a medicine to check the authenticity of its expiry date and strength of the medicine, given as per medicine giver’s input. If either of the values do not match or unavailable, the medicine given by the user will not be approved. .

December 2020 – March 2021