Skip to content

atishagrawal/backgroundgps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

backgroundgps

EDIT: Please find the updated code (Based on Android Studio and saving the locations in DB) here:

https://github.com/atishagrawal/androidbackgroundgps

Run gps as a service in background like when the application is installed it starts and periodically send the coordinates to web server

Notes:-

  1. You will need Google Maps for Android API Key to be added to this project
  2. You will need a webserver which will periodically collect the location being sent from the application.
  3. The webFile folder contains two example files for the webserver.
  4. You will have to update the track URL as per your requirements. This track URL is the endpoint for your PHP file which is responsible to fetch Data from the android apps.

For any queries, Call or Whatsapp me on +91-9716987018

Email:- dir.atishagrawal@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • PHP 1.6%