All Projects → ZainMustafaaa → HealthCare-Scan-Nearby-Hospital-Locations

ZainMustafaaa / HealthCare-Scan-Nearby-Hospital-Locations

Licence: other
I developed this android application to help beginner developers to know how to use Google Maps API and how to convert JSON data into Java Object.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to HealthCare-Scan-Nearby-Hospital-Locations

aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+413.04%)
Mutual labels:  health, medical, healthcare
Docproduct
Medical Q&A with Deep Language Models
Stars: ✭ 495 (+2052.17%)
Mutual labels:  health, medical, healthcare
DocProduct
Medical Q&A with Deep Language Models
Stars: ✭ 527 (+2191.3%)
Mutual labels:  health, medical, healthcare
Openemr
The most popular open source electronic health records and medical practice management solution.
Stars: ✭ 1,762 (+7560.87%)
Mutual labels:  health, medical, healthcare
Maplace.js
A Google Maps Javascript plugin for jQuery.
Stars: ✭ 1,021 (+4339.13%)
Mutual labels:  maps, google-maps, google-maps-api
google maps
🗺 An unofficial Google Maps Platform client library for the Rust programming language.
Stars: ✭ 40 (+73.91%)
Mutual labels:  maps, google-maps, google-maps-api
humanapi
The easiest way to integrate health data from anywhere - https://www.humanapi.co
Stars: ✭ 21 (-8.7%)
Mutual labels:  health, medical, healthcare
Wanderlust The Travellers App
👟 An android application for travellers which allows them to save their journey experiences at one place in an organizable way. For detailed description, read the README.md file. Moreover, the application's design follows the latest HCI and UI/UX design guidelines.
Stars: ✭ 23 (+0%)
Mutual labels:  google-maps, android-application, google-maps-api
Flask Googlemaps
Easy way to add GoogleMaps to Flask applications. maintainer: @RiverFount
Stars: ✭ 550 (+2291.3%)
Mutual labels:  maps, google-maps, google-maps-api
Google Maps
Google Maps Web Services API wrapper for .NET
Stars: ✭ 171 (+643.48%)
Mutual labels:  maps, google-maps, google-maps-api
Litrato
Android photo editing app with various filters and tools. Included advanced features like masking, histogram, color picker, EXIF viewer...
Stars: ✭ 54 (+134.78%)
Mutual labels:  android-application, android-studio, google-maps-api
chr247.com
An open source multi tenant cloud platform for small scale clinics
Stars: ✭ 56 (+143.48%)
Mutual labels:  health, healthcare
project sunroof india
Analyzed Google Satellite images to generate a report on individual house rooftop's solar power potential
Stars: ✭ 74 (+221.74%)
Mutual labels:  google-maps, google-maps-api
trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: ✭ 74 (+221.74%)
Mutual labels:  maps, google-maps
ParseCareKit
Securely synchronize any CareKit 2.1+ based app to a Parse Server Cloud. Compatible with parse-hipaa.
Stars: ✭ 28 (+21.74%)
Mutual labels:  medical, healthcare
HealthDeterminants
Social Determinants of Health Visualization
Stars: ✭ 58 (+152.17%)
Mutual labels:  health, healthcare
Geolocator-2
Learn how to find and work with locations in Django, the Yelp API, and Google Maps api.
Stars: ✭ 24 (+4.35%)
Mutual labels:  google-maps, google-maps-api
activeadmin-latlng
Active Admin plugin for setting up latitude and longitude
Stars: ✭ 34 (+47.83%)
Mutual labels:  maps, google-maps
media-picker
Easy customizable picker for all your needs in Android application
Stars: ✭ 167 (+626.09%)
Mutual labels:  android-application, android-studio
Take-Notes
Huge Assignments to Write with only a little time in Hand?
Stars: ✭ 17 (-26.09%)
Mutual labels:  android-application, android-studio

HealthCare-Nearby-Hospital-Locations

I developed this android application to help beginner developers to know how to use google maps API and how to convert JSON data into Java object.

Functionality

  1. Hard-Coded solutions for common medical problems
  2. Scan nearby hospital locations from your current location by using GPS and Google Maps API.

Getting Started

This application is uploaded for learning purpose you just clone this project to your android studio and make sure to add all dependencies to your project file.

Manifest

  1. uses-permission android:name="android.permission.INTERNET"
  2. uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"
  3. uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"
  4. uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"

Dependencies

  1. compile 'com.google.android.gms:play-services-location:11.0.1'
  2. compile 'com.google.android.gms:play-services:11.0.2'
  3. compile files('libs/json-20170516.jar')

Built with

Android Studio 2.3.3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].