All Projects → jayakrishnan-pm → Location-Tracker-Application

jayakrishnan-pm / Location-Tracker-Application

Licence: other
Sample Android Application demonstrate how to track the current location of the device in a background service and share it to the Activity in the application

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Location-Tracker-Application

FusedBulb
Location fetch library.
Stars: ✭ 22 (-53.19%)
Mutual labels:  location-tracker
Swiftlocation
🛰 CoreLocation Made Easy - Efficient & Easy Location Tracker, IP Location, Gecoder, Geofence, Autocomplete, Beacon Ranging, Broadcaster and Visits Monitoring
Stars: ✭ 3,014 (+6312.77%)
Mutual labels:  location-tracker
EasyWayLocation
This library contain all utils related to google location. like, getting lat or long, Address and Location Setting dialog, many more...
Stars: ✭ 142 (+202.13%)
Mutual labels:  location-tracker
GPS-Video-Logger
Android App to record video and track GPS data simultaneously. GPS Logger with Video. GPS and video recording.
Stars: ✭ 17 (-63.83%)
Mutual labels:  location-tracker
ReminderPro
ReminderPro(location, note, voice recording)
Stars: ✭ 27 (-42.55%)
Mutual labels:  location-tracker
tracking-location-provider-android
Tracking the android mobile and animating marker smoothly in Google Maps. Tracking has been done both in foreground and background. Tested in Android Oreo 8.1, Android 6.0 and Android 5.0
Stars: ✭ 37 (-21.28%)
Mutual labels:  location-tracker
LocationTracker-WorkManager
Get Location Updates on 15 minutes interval via WorkManager.
Stars: ✭ 70 (+48.94%)
Mutual labels:  location-tracker
GPSTracker
No description or website provided.
Stars: ✭ 40 (-14.89%)
Mutual labels:  location-tracker

LocationTrackerApplication

Sample Android Application to keep track the current location of the device in a background service and share it the Activities in the application

It tracks the location of the device using a background service with Google LocationServices API Client and share the location to the Activity using a broadcast receiver. The background service will keep running as long as the application exists in the memory and sticks to the notification drawer.

The service handles the following functionalities,

  • Connecting to Google LocationServices API
  • Getting the current location
  • Sharing the result to the Activity

Result

track_location_device_devdeeds

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