设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于Android的在线地图轨迹跟踪服务的设计与实现论文+任务书+外文翻译+设计源码
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

基于Android的在线地图轨迹跟踪服务的设计与实现

摘  要

在信息高速流动的现代社会,移动设备凭借其便于携带和随时随地收发信息的优点,成为了大多数人生活中必要的娱乐和通讯工具。而在手机移动网络所提供的大量服务中,基于在线地图的地位服务已经成为了一项实用的新型业务。它可以通过移动端的定位技术,提供给用户和位置相关的信息,满足不同用户的需求。

本文深入分析了目前智能手机的主流操作系统——安卓平台的优势与体系框架,详细介绍了安卓应用程序开发设计的关键技术以及应用程序的开发流程。然后,通过对手机网络地图现状的分析,结合了百度地图与其API库设计出一个基于Android的在线地图轨迹跟踪服务。该系统在实现在线地图一般功能的基础上,可以根据用户定位信息实时监测和记录用户移动路线,随时显示在手机的在线地图上面,并且可以查询到历史轨迹的记录。本文所设计的轨迹跟踪由于数据量较小,所以采用了SQLite数据库来存储轨迹记录和注册用户的个人信息。

本文最后在设计基础上一步一步实现了系统的各个功能,通过多次真机测试,已经初步达到了设计目标。该系统在旅行、运动等方面都有着一定的价值。

关键词:安卓平台;在线地图;GPS;运动轨迹

Design and implementation of online map tracking service based on Android

Abstract

In modern society, with the high speed of information flow, mobile devices have become the necessary entertainment and communication tools in most people's life because of their advantages of convenient carrying and transmitting and receiving information at any time and at any time. However, in a large number of services provided by mobile phone, online map service based on location has become a new business. It can provide users with location related information through the mobile terminal location technology to meet the needs of different users.

This in-depth analysis of the current smart phones mainstream operating system, Android platform advantages and system framework, Android application development and design of the key technology and application development process are introduced in detail. Then, through the analysis of the current situation of the mobile phone network map, combined with the Baidu map and its API library to design a Android based online map tracking service. The system in the implementation of online map general function based, can according to the user's position information real-time monitoring and recording user mobile route, at any time to display on the mobile phone online map, and can query the historical track record. In this paper, the design of the trajectory tracking due to the small amount of data, so the use of the SQLite database to store the track record and register the user's personal information.

Finally on the foundation design step by step realized each function of the system, through several real test, and has basically reached the design target. The system has a certain value in travel, sports and so on.

Key words: smart phone;online map;GPS;motion trajectory

目  录

1  在线地图轨迹APP概述 1

1.1 本论文的背景及意义 1

1.2  本论文的主要方法和研究进展 1

1.3  本论文的主要内容 1

1.4  本论文的结构安排 1

2  系统分析 3

2.1  研究目标 3

2.2  可行性分析 3

2.2.1 经济可行性 3

2.2.2 技术的可行性 3

2.3  需求分析 3

2.4  性能分析 4

3  系统开发环境及相关技术介绍 5

3.1  开发环境搭建 5

3.1.1 安装JDK 5

3.1.2 安装Eclipse集成开发环境 5

3.1.3 下载安装Android SDK 5

3.1.4 为Eclipse安装ADT插件 6

3.1.5 创建AVD模拟器 6

3.2  相关技术 6

3.2.1百度地图 6

3.2.2 Sqlite 7

3.2.3 Android 12

3.2.4  GPS技术 12

4  系统介绍 13

4.1  APP介绍 13

5  程序设计与实现 14

5.1  UI设计 14

5.2 数据库设计 15

5.2.1 数据库设计规范 15

5.2.2 SQLite 数据库介绍 15

5.2.3 数据库详解 16

5.3 程序模块设计 16

5.3.1 登录注册 16

5.3.2 首页模块 20

5.3.3 轨迹模块 21

5.3.4 我的模块 29

5.3.5 查看历史记录模块 30

6  系 统 展示 38

6.1 进入系统 38

6.2 注册登录 38

6.3 进入系统 39

6.4 轨迹跟踪服务 40

6.5 历史轨迹查询 41

结  论 44

参考文献 45

致  谢 46





  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于JSP+SSM+MySQL的 基于JSP+SSM的图书借阅管理 基于JSP+SSH的网上宠物交易
基于VUE+SSM+MySQL的 基于Cisco Packet T 基于eNSP的某大学校园网络规划
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!