资源描述:
《毕业论文-基于android手机导航系统的研究与设计》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、毕业论文题目:基于Android手机导航系统的研究与设计VII摘要本文对Android系统的特征,系统架构及应用程序构建、开发都做了比较详细的分析。同时结合GoogleMaps、GPS定位技术,对在android上定位和导航进行了深入的研究,并设计了基于android系统的导航系统。系统使用java语言和eclipse开发工具进行编写。同时给出了详细的系统设计过程、部分界面图及主要功能运行流程图,本文还对开发过程遇到的问题和解决方法进行了讨论。本系统的主要功能包括手机实时定位,指定地点的寻址,规划导航路径,个人位置跟踪、监视、展示的应用程序。系统中还涉及了数据库和
2、服务器等方面的技术。本系统只限于应用层的探讨,对地图偏移等算法不做深入研究。系统在导航路径方面做了改进,将路径作为文件记录存储,同时上传服务器。区别于其他同类产品,同时在定位时采用了多种定位方式相互参考,分析研究了Android的GPS定位和网路定位。关键词:android;导航;gps;GoogleMapsVIIAbstractInthispaper, thecharacteristicsof Android system, systemarchitecture andapplicationbuilding,thedevelopment hasdonea mor
3、edetailedanalysis.Combinedwith GoogleMaps,GPSpo-sitioning technology, positioningandnavigationontheandroid conductedin-depthstudyandandroid system isdesignedbasedon thenavigation system.Itusejavalanguageandeclipsesystemdevelopmenttools towrite.Atthesametime givesadetailed systemdesign
4、process, someinterfa-ce flowchartdiagramand run themainfunction,this developmentprocess also encounteredpro-blems andsolutions arediscussed.Themainfunction ofthissystem include real-timepositioning mobilephones,addressingthedesignatedplace,planning thenavigationpath,personal locationt
5、racking,monitoring,displ-ayapplications.System isalso involvedin otheraspects ofthedatabase andserver technologies.Thesystem of theapplicationlayeronlyonmapsdonotdo in-depthstudy migrationandothera-lgorithms.Thesystem hasdone toimprove thenavigationpath, thepathto therecordstoreasafil
6、e,and upload server.Differentfromother similarproducts,whilepositioningmethod usingavarietyof cross-reference,AnalysisoftheAndroid’sGPSpositioning andnetwork positioning.Keyword:android,navigation,gps,GoogleMapsVII目录摘要IABSTRACTII第一章绪论11.1课题来源11.2研究背景和存在问题11.2.1手机导航背景11.2.2手机导航面临的问题21.
7、3研究目标和方法21.3.1研究的目标21.3.2研究的方法31.4本文的内容安排4第二章手机导航软件现状和各种技术选择依据62.1手机导航的发展和未来62.2GoogleMaps的选择72.3Android技术选择92.3.1开发背景92.3.2android平台和其他平台比较102.3.3选择依据132.4本章小结14第三章需求分析15VII3.1功能性需求分析153.1.1地图管理153.1.2轨迹管理163.1.3规划导航路径173.1.4远程跟踪监视183.2界面需求分析183.3数据存储需求193.4环境需求203.5本章小结20第四章ANDROID手
8、机导航的总