Giter Site home page Giter Site logo

supu2701 / otes-app Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 7.0 1.83 MB

An Android App OTES One Tap Emergency Service. Initiated and developed during SIH Software Hackathon 2020 of college level. Welcome to all suggesstions for improvement in its features.

Java 100.00%
android java android-studio medical emergency-response

otes-app's Introduction

🛑🛑 OTES 🛑🛑

(One Tap Emergency Service)

Link to the Demonstration video of functioning of OTES: https://www.youtube.com/watch?v=TXTC7EMBT1Y

▶ This Open Source Project was Selected for Kharagpur Winter of Code by IIT Kharagpur with me being the Mentor and Project Maintainer of OTES.

⭕⭕Problem Statement-

Emergencies and disasters impact population's health. Public health plays a critical role in working with health and non-health sectors responsible for preparing for and responding to emergencies. In emergencies, large number of people may require medical attention. Health care systems may be over-stretched, and public order may be threatened. Hence, we want software solution such that social media can be used in public health emeergency response. Such tool/page/plugin should have the below capabilities.

  1. Alarm message during Emergencies.
  2. Providing precautionary steps to be taken during emergency/disorders.
  3. Help in finding nearby available healthcare systems.
  4. Providing First aid/primary steps to be taken/provided to patients, in case of emergencies/diasters.

✔Organisation-

Ministry of Health and Family Welfare

✔Category-

Software solution

✔Domain Bucket-

Healthcare and Biomedical Devices

🔶Scope of solution for future:

  1. Using ML model, minmum distance determination from receiver with confirmation with atleast three.
  2. Blackbox facility
  3. Bluetooth tethering with cars.

⭕⭕Message for contributors:

Hello Developers👋, Have great interest in the domain of Android Development and looking for a project to work upon? You can start by contributing to OTES app, a project to provide health emergencies services by just a single tap on screen. This app contains everything from sending immediate messages to family and friends, making emergency calls during emergency situation like fire or floods, Guiding about the Precautionary steps and First aids and much more all with a single tap.

⭕⭕Begineer's Guide to open source and github:

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. GitHub is a United States-based global company that provides hosting for software development version control using Git.

https://guides.github.com/introduction/git-handbook/

https://lab.github.com/

Cheatsheet

⭕⭕Tech stack guides:

✔Basics of Java
✔Basics of development using Android Studio Android Studio Documentation

💥⭕How to contribute?

1. 👇🏻Star and Fork this Repository

You can star ⭐ and fork 🍽️ this repository on GitHub by navigating at the top of this repository.
GitHub repository URLs will reference both the username associated with the owner of the repository, as well as the repository name.
When you’re on the main page for the repository, you’ll see a button to "Star" and “Fork” the repository on your upper right-hand side of the page, underneath your user icon.

2. 👇🏻Clone the Repository

To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.
We’ll use the git clone command along with the URL that points to your fork of the repository.

3. 👇🏻Update Local Repository

While working on a project alongside other contributors, it is important for you to keep your local repository up-to-date with the project as you don’t want to make a pull request for code that will cause conflicts. To keep your local copy of the code base updated, you’ll need to sync changes.
We’ll first go over configuring a remote for the fork, then syncing the fork.

4. 👇🏻Sync the Fork

Once you have configured a remote that references the upstream and original repository on GitHub, you are ready to sync your fork of the repository to keep it up-to-date.
To sync your fork, from the directory of your local repository in a terminal window, you’ll have to use the // git fetch // command to fetch the branches along with their respective commits from the upstream repository. Since you used the shortname “upstream” to refer to the upstream repository, you’ll have to pass that to the command:
git fetch upstream
Switch to the local master branch of our repository:
git checkout master
Now merge any changes that were made in the original repository’s master branch, that you will access through your local upstream/master branch, with your local master branch:
git merge upstream/master

5. 👇🏻Create Pull Request

At this point, you are ready to make a pull request to the original repository.
Now navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.

Interesting? Star⭐ this Repo😊

Happy Learning💯 Happy Developing👍

otes-app's People

Contributors

aashishat718 avatar asvkvinayak avatar saish24 avatar shivjyotigarai avatar spacemonkey1101 avatar supu2701 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

otes-app's Issues

Fixing of main2 Activity

The following updations are required for activity_main2.xml page

  1. Add the onclick task to the four icons as well, i.e the activities of "Send Alert Messages", "First aid". "Nearby Services" and "Precautionary steps" should open by clicking on its respective icons also and not just by clicking on the text field below the icon.

  2. Make the layouts of this activity in small, large and xlarge so that the the layout of the App is proper for Tablets and computer or any other bigger screen sizes.

  3. Fix the landscape variation of this main2 activity so that on rotating the screen on mobile phone it do not appear so improper as shown in the screenshot below
    WhatsApp Image 2020-12-30 at 1 48 36 AM

Changes in disaster1 and disaster2 and disaster4 activity

The following changes are required for activity_disaster1.xml, activity_disaster4.xml and activity_disaster2.xml

  1. Change the layout of the page to a proper layout so that parts of the text do not either cut out of the activity or stands too close to the phone screen. Changes should be to ensure proper margin of the activity elements withe the screen end.
  2. Make the layouts of this activity in small, large and xlarge so that the the layout of the App is proper for Tablets and computer or any other bigger screen sizes.
  3. Fix the landscape variation of this main2 activity so that on rotating the screen on mobile phone it do not appear so improper as shown in the screenshot below

Replacing link with video

Required changes to be made by inserting a video player in activity_disaster1.xml, activity_disaster2.xml, activity_disaster3.xml, activity_disaster4.xml so that the video link is replaced by the actual video that will be played at the same position. The video player would fetch the video directly from YouTube( this would maintain the apk size i.e. it's size won't increse due to the addition of videos).

Enhance "EMERGENCY CALL" Button

Change the Button Background, Font Size, and enhance it to Rounded Corners of "EMERGENCY CALL" Button in activity_main2.xml page.

Update the .gitignore file

Update the .gitignore file to the following and run the necessary commands to prevent the newly added file into .gitignore file from being tracked.

# Built application files
/*/build/

# Crashlytics configuations
com_crashlytics_export_strings.xml

# Local configuration file (sdk path, etc)
local.properties

# Gradle generated files
.gradle/

# Signing files
.signing/

# User-specific configurations
.idea/libraries/
.idea/workspace.xml
.idea/tasks.xml
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
*.iml

# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

You can then used the following comment to prevent git from tracking them.
git rm -r --cached .
then just run
git add .
and
git commit -m ".gitignore is working"

Add a subsection in Nearby Services

Add a subsection "Nearby Police Stations" in addition to the "Nearby Healthcare systems"(the design of the two subsection buttons would be similar to activity_social_platform.xml) in a activity. The click on "Nearby police station" should take the user to an activity (similar to activity_maps) which will have a google map showing all the police stations nearby the current location of the user.

In addition to this, resolve the bug in the activity_maps page so as to make it properly functionable.

Changes in activity_disaster3.xml

The following changes are required in this activity:

  1. Buttons having rounded corners and a light red color
  2. Make the layouts of this activity in small, large and xlarge so that the the layout of the App is proper for Tablets and computer or any other bigger screen sizes.
  3. Fix the landscape variation of this main2 activity so that on rotating the screen on mobile phone it do not appear so improper as shown in the screenshot below
    WhatsApp Image 2020-12-30 at 1 51 37 AM (2)

Enable location dialog

Addition of the feature of a dialog box which pops( in case the location service of the phone is initially turned off) just as one opens the app (i.e when the application is started) . the dialog will be as shown in the below image.
WhatsApp Image 2020-12-10 at 6 36 16 PM

Updations in first aid activity

The following changes are required for activity_first_aid.xml

  1. Change the layout of the page to a proper layout so that parts of the text do not either cut out of the activity or stands too clore to the phone screen. Changes should be to ensure proper margin of the activity elements withe the screen end.
  2. Make the layouts of this activity in small, large and xlarge so that the the layout of the App is proper for Tablets and computer or any other bigger screen sizes.
  3. Fix the landscape variation of this main2 activity so that on rotating the screen on mobile phone it do not appear so improper as shown in the screenshot below

Swipe between activity

Addition of swiping or sliding features between the four activity namely, activity_onboarding1.xml, activity_onboarding2.xml, activity_onboarding3.xml, activity_onboarding4.xml,. This will enable the user to move forward from one activity to another not only by the next button provided but also by swiping the screens.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.