HealthCare-Scan-Nearby-Hospital-Locations icon indicating copy to clipboard operation
HealthCare-Scan-Nearby-Hospital-Locations copied to clipboard

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.

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