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

基于Android的地图服务系统设计与实现

摘  要

随着移动通信网络和手机技术的发展,手机应用覆盖的范围越来越大,手机地图服务成为最受关注和喜爱的移动互联网应用之一。基于Android系统的智能终端,能够获取实时地位置信息及其他相关信息,提供了全面的地图服务功能。

本课题利用Android平台的相关地图服务系统,设计并实现一个简单的基于Android的手机地图服务原型,实现地图浏览、自我定位、地点搜索等功能。本文完成了一个基于Android操作系统的地图服务系统的设计与实现。本文的研究工作主要是运用软件工程原理,对这个系统进行需求分析、设计、代码实现和测试。

本文的前两部分介绍了课题背景和相关技术。在第三部分需求分析中,以用例模型为工具,分析了本系统的功能需求和非功能需求。第四部分介绍了本系统的设计与实现,是本文的重点,所有内容都是围绕这个主题来展开论述的。在这一部分中,详细介绍了基于Android操作系统的地图服务系统的设计、实现和各个过程中存在的问题与解决方法。本文的第五部分,完成了对该应用的测试,并列出了在测试过程中发现的一些不足。最后介绍了Android应用的签名发布。

关键词:安卓;地图;地图服务;系统

Abstract

With the development of mobile communication network and mobile phone technology, mobile phone applications cover more and more areas. Mobile map service has become one of the most concerned and favorite mobile Internet applications. The intelligent terminal based on Android system can obtain real-time location information and other related information,and provides a comprehensive map service function.

Using the map service system of Android platform,this paper designs and implements a simple prototype of mobile map service based on Android,which realizes the functions of map browsing,self-positioning,location searching and so on. This paper completes the design and implementation of a map service system based on Android operating system. In this paper,the principle of software engineering is used to analyze, design, implement and test the system.

The first two parts of this paper introduce the background and related technologies. In the third part, the functional requirements and non-functional requirements of the system are analyzed by using the use case model as a tool. The fourth part introduces the design and implementation of the system,which is the focus of this paper. In this part,the design, implementation,problems and solutions of map service system based on Android operating system are introduced in detail. The fifth part of this paper completes the test of the application and lists some shortcomings found in the process of testing. Finally,A is introduced. Ndroid application signature publishing.

Keywords: Android;Map Service;system


目  录

摘  要 I

Abstract II

1绪论 1

1.1 背景及意义 1

1.2 主要方法和研究进展 1

1.3主要内容 1

1.4本论文的结构安排 1

2系统概述 2

2.1开发环境搭建 2

2.1.1 安装JDK 2

2.1.2 安装Eclipse集成开发环境 2

2.1.3 下载安装Android SDK 2

2.1.4 为Eclipse安装ADT插件 3

2.1.5 创建AVD模拟器 3

2.2相关技术 3

2.2.1百度地图 3

3.2.2 Sqlite 4

3.2.3 Android 9

3.2.4 GPS技术 9

3系统分析 11

3.1研究目标 11

3.2可行性分析 11

3.2.1经济可行性 11

3.2.2 技术的可行性 11

3.3  需求分析 11

3.4  性能分析 12

4系统实现 13

4.1功能框架设计 13

4.1.1地图模块 13

4.1.2 GPS定位模块 13

4.1.3其它功能模块 14

4.2开发准备 15

4.2.1搭建Android开发环境 15

4.2.2创建项目工程 17

4.3界面设计 19

4.3.1设计准备 19

4.3.2编程实现 20

4.5 GPS模块 24

4.5.1权限配置 24

4.5.2服务注册 25

4.5.3代码实现 25

4.5.4服务绑定 27

4.6搜索模块 27

4.6.1网络连接 28

4.6.2搜索结果解析 28

4.7路线查询 30

4.8数据存储 31

5系统测试 33

5.1进入系统 33

5.2注册登录 33

5.3进入系统 34

5.4轨迹跟踪服务 35

5.5历史轨迹查询 36

结  论 39

参考文献 40

致  谢 41








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

                 

打印本页 | 关闭窗口
本类最新文章
基于Python的在线自主考试系 基于腾讯云的个人知识库管理系统 基于Android的酒店预定系统
基于matlab变频器控制交流电 基于微信小程序的家校联动平台管理 基于时频分析与自适应滤波技术的多
| 关于我们 | 友情链接 | 毕业设计招聘 |

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