项目作者: sidhant55

项目描述 :
Android Application of Locate project
高级语言: Java
项目地址: git://github.com/sidhant55/Locate.git
创建时间: 2017-11-01T13:59:20Z
项目社区:https://github.com/sidhant55/Locate

开源协议:

下载


Locate

This is android app which collects my gps location at a regular intervel and at a fixed displacement. After collectecting, it sends data to django server with the help of django rest api call.

It can start three trip at a time with different starting and ending point as per the requirement.

Cool thing about this is it can collect and store data even when you are offline. The only requirement is that when you start and when you save your trip your android device should be connected to internet

Server part of this project is in another repository named Locate_django which plots my location on google map.