Skip to content

BahramMoradi/LocationTracker

Repository files navigation

LocationTracker

This project contains code for an Android application which I called it LocationTracker. The application uses Google Location API and Google map for tracking user and send it to its backend through a RESTful interface. The application has a local database and a very simple scheduler.

Functionality of the application

  1. User can create , delete and update a profile
  2. User can records it position
  3. Application can save the obtained location in the local database
  4. Appllication sends the obtained location to a custom backend
  5. Data transfer is based on simple scheduleing
  6. User can fetch all or a part of its recorded location from backend and show it the google map in the application
  7. User can delete all or part of recoreded location based on time interval

Tools and APIs

  • Android Studio
  • Gradle
  • Google Maps
  • Google Location API
  • Realm ( removed in favour of SQLite)
  • Retrofite (Rest client)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors