登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 理工学类 > 信息与计算科学 > 正文

基于Android《家庭医生》的GPS定位的设计毕业论文

 2022-03-07 10:03  

论文总字数:15902字

摘 要

基于互联网的迅速发展,移动设备不再仅是通讯终端,也开始成为互联网终端。现今,移动设备成为了一种重要的获取信息的方式。本设计把医疗监测技术和互联网技术结合起来,把医疗监测终端移到移动设备,给医疗监控提供了一种更方便、经济的解决方法。安卓平台是当下流行的智能手机操作平台,不但功能性强,而且自身具有开放和无偿的优势。本文研究的基于Android《家庭医生》的GPS定位设计恰恰将传统的课题研究与当下流行的技术结合起来,是一种新的尝试。

以手机为载体,收录了常规药品及保健食品的说明书。并根据家人的需求进行收藏,给长辈设置用药提醒。利用Android平台自带的支持GPS定位的API,使用百度地图技术可以进行实时定位,根据用户当前位置显示附近药店,点击药店可显示药店的详细位置信息,可选择联系商家或根据需求选择合适的出行方式。开发过程以Android-Studio为主要工具,服务端和客户端数据传输正常,客户端的基本功能也可基本实现。

关键词:家庭医生 GPS定位系统 安卓系统 百度地图

GPS Location Design of Application of Family Doctor Based on Android Platform

Abstract

Based on the rapid development of mobile Internet, mobile devices are no longer limited to communication terminals, they are also began to become Internet terminals. Mobile devices have become one of the main sources of information for today's access. This paper combines medical monitoring technology with mobile Internet technology, moves the medical environment monitoring terminal to the smart phone, and provides a more convenient and economical telemedicine monitoring solution. Android platform as a popular smart phone operating platform, not only powerful, but also includes advantages like open and free. Our GPS positioning system which based on the Android family doctor will be a attempt combines the traditional research with the current popular technology.

We use mobile phone as a carrier, contains conventional medicine and health food brochures. According to family needs, we can collect related circumstances and set up medication reminder for the elders. We can use API of GPS which comes from Android platform. Using Baidu map technology can we achieve the real-time location of the surrounding pharmacy displayed on the screen to achieve real-time positioning. Click the pharmacy to display the detailed location information. You can choose to contact the business or choose a travel mode to navigate. We use Android-Studio as the main tool to develop, the data transmission between server and client is normal, the basic functions of the client can also be basically achieved.

Key Words: family doctor, GPS positioning system, Android system, Baidu map

目录

摘要 I

Abstract II

第一章绪论 1

1.1研究背景与意义 1

1.2国内外研究现状 1

1.3发展趋势 2

1.4设计指标 2

1.5论文结构 3

第二章 Android平台概述 4

2.1 Android简介 4

2.2 Android应用构成 4

2.3 Android平台优势 5

2.4 Android开发环境的搭建 5

第三章 系统开发理论与相关技术 7

3.1 GPS定位的介绍 7

3.2 GPS定位的特点 8

3.3 GPS定位的误差分析 8

3.4 GPS定位的前景 9

3.5电子地图概述 9

3.5.1电子地图构成 9

3.5.2电子地图搜索 9

3.6 Android用户界面构建 10

3.7 Android定位服务类库 11

第四章 系统功能 13

4.1业务描述 13

4.2客户端功能需求分析 13

4.3系统功能模块 13

4.4系统流程图 14

第五章 BaiduMap实现 16

5.1 BaiduMap简介 16

5.2百度地图API Key的获取 16

5.2.1开发版SHA1的获取: 17

5.2.2发布版SHA1的获取: 18

5.2.3包名的获取 18

5.3详细设计 19

5.3.1界面设计 19

5.3.2定位模块设计 20

5.4项目测试效果 24

第六章 总结 27

参考文献 28

致谢 30

第一章绪论

1.1 研究背景与意义

现今社会发展迅速,人们的物质水平飞速增长,对自己的健康问题也愈加注重。在医学界,预防医疗渐渐取代疾病医疗形式,疾病预控成为我国卫生事业的重要方向。在这样的潮流趋势下,定期的身体检查成为了人们生活保健中非常重视的一个重要环节。传统的自我预防保健是人们自己到医院进行体检,检查准确但并不方便,没法短周期进行定期体检,从而无法实现长期的预防。因此,医生资源的缺乏和居民预防保健意识的提高成为一对重要的矛盾,从而怎样扩张医疗机构和提高医生效率成为一个重要议题。移动设备不断优化,这给医疗机构效率的提高提供了一种可能性。

互联网的飞速发展促成了网络在我们身边的地位一步步提升,也促进了相关互联网周边产品的蓬勃发展,最有影响力之一的就是智能手机,智能手机具有利于携带、人性化、功能性强、操作性强、可以接入无线互联网等众多优势,深入人心。在传统的医疗行业中,都是患者生病找大夫,在口碑好的医院以及疾病高发期经常需要长时间挂号排队,甚至出现没有机会挂号等看病难的问题。近些年,安卓智能手机成本持续下降、性能持续增强,与此同时,系统更新带来了更多完善性能,使得安卓操作系统成为当前最为流行的移动设备操作系统。基于安卓的众多优势和GPS的遍及,研究者们把眼光锁定了两者的结合,力图使GPS更好地融入于人们的生活,方便人们的生活。于是,怎样在安卓平台上开发GPS定位系统成为了当前的焦点议题。

请支付后下载全文,论文总字数:15902字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图