Coder Social home page Coder Social logo

supu2701 / otes-app Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.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 android-studio emergency-response java medical

otes-app's Introduction

Hello 👋

Myself Shreyashi Kumari, a final year undergraduate at National Institute of Technology, Patna.

I am an inquisitive learner 👩‍💻.

I am currently working on some open source projets and looking for collaborations towards development of more interesting real world applications.

😄 Pronouns

She/Her

Work experinces

▶ Software Development Engineer- Intern at Parth Universal (May 2022- June 2022) ▶ Upcoming GTE at PhonePe

😳How to reach me?

You can join me on LinkedIn or can mail me @ [email protected]

For interesting projects💥 and open source contributions, do explore my repositories👍

Happy Developing💯

Visitors count

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

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

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

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.

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.

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

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

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)

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"

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.

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).

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.