Skip to content

MarshaGomez/GPS-AndroidStudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java version 11

GPS-AndroidStudio

Building a GPS Basic Application

Objective

Demostrate the use of the folliwing features:

1. FusedLocationProviderClient: The standard Android API used for reading GPS and cell phone tower location data

2. Permissions: Allowing an app to track the location of the phone

3. LocationRequest: A class that specifies the options for how accurate and frequent location tracking should be. The settings in this object are a balance between battery power and app performance.

4. Google Play Services: Information about this important dependency that Google includes in many different applications, including GPS and Maps

5. OnSuccessListener and Location Callback: Methods triggered whenever the phone updates its GPS location

6. Starting and Stopping: Starting and Stopping location tracking

7. GeoCode: A Google service to automatically translate a GPS location to a street address

About

Building a GPS Basic Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages