创建像 InstaMapper 这样的 Android 应用程序会遇到哪些挑战

发布于 2024-11-27 19:57:58 字数 212 浏览 0 评论 0原文

http://www.instamapper.com/android

我打算深入研究 android 开发,并且我有一个非常好的java和网络开发背景。 我计划开发 InstaMapper 类型的应用程序,我需要了解 GPS 跟踪和在网页上显示信息所涉及的基本挑战。

http://www.instamapper.com/android

I am planning to dive into android dev and i have a pretty good java and web-dev background.
i was planning to develop an InstaMapper type of application and i need to know the challenges in so basically the things involved in gps tracking and displaying the information on web page..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水中月 2024-12-04 19:57:58

简而言之,

  1. 您需要一个网络服务。
  2. 你需要一个安卓应用程序。

您的应用程序将从 GPS 接收器收集(纬度、经度)对并将其发送到您的网络应用程序。

您的网络应用程序将获取此值并将其存储在数据库中。

要显示(纬度,经度)对的路径,您需要在网页中实现 Google 地图 API。 (Google 地图 API:http://code.google.com/apis/maps/

In simple words,

  1. You need a web service.
  2. You need an android app.

Your app will collect the (Latitude,Longitude) pair from your GPS receiver and sends it to your web app.

Your web app will get this values and store them in a database.

To display the path from (Lat,Long) pair, you need to implement Google Maps API inside your web pages. (Google Maps API: http://code.google.com/apis/maps/)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文