Create an Android GPS tracking application

前端 未结 2 2187
鱼传尺愫
鱼传尺愫 2020-12-07 07:26

Recently, I\'ve taken up android development as a hobby and was looking to develop an application that can find and track a users position using Google Maps.

Once th

2条回答
  •  离开以前
    2020-12-07 08:00

    The source code for the Android mobile application open-gpstracker which you appreciated is available here.

    You can checkout the code using SVN client application or via Git:

    • svn checkout http://open-gpstracker.googlecode.com/svn/trunk/ open-gpstracker-read-only
    • git clone https://code.google.com/p/open-gpstracker/

    Debugging the source code will surely help you.

提交回复
热议问题