1 / 46
文档名称:

南京林业大学[025].doc

格式:doc   大小:656KB   页数:46页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

南京林业大学[025].doc

上传人:阳仔仔 2018/10/6 文件大小:656 KB

下载得到文件列表

南京林业大学[025].doc

相关文档

文档介绍

文档介绍:南京林业大学
毕业设计(论文)
题目:基于Android的数据可视化显示
Data Visualization based on Android
学院: 南方学院
专业:计算机科学与技术
学号: n080801137
学生姓名: 庄宇博
指导教师: 王一雄

摘要
近年来随着互联网技术不断地发展,移动式IT产品也得到了迅猛发展,用户对手机移动服务的需求也越来越多。而Android平台由于其的开放性而占得最大的市场份额,所以基于Android平台上实现数据的获取以及后续操作,更能方便用户的使用。
本课题设计了一个基于Android平台的数据可视化系统,实现数据获取、数据显示、数据存储和数据的检索功能。通过百度地图的资源控件,将互联网上的数据下载至手机,同时将数据按照要求显示在页面上,再根据用户的需求,实现不同条件的查询和显示。
本系统的亮点在于百度地图的使用、查询数据的分页和时间控件的使用,以及按钮的激活与不激活。
关键词:Android,Java,XML,MVC,物联网
Abstract
With the continuous development of technology in recent years, mobile IT products has also been rapid development, and the user demand for mobile phones mobile services is also increasing. The Android platform due to its openness and accounted for the largest market share based on the Android platform data access and follow-up operation more user-friendly to use.
This project designed a data visualization system based on the Android platform, data acquisition, data display, data storage and data retrieval functions. Baidu map resource control, the data on the to download to your phone, while the data in accordance with requirements on the page, and then according to the needs of users, query and display of different conditions.
The highlights of this system lies in the use of maps Baidu, query data paging and time control use, and the button is activated and do not activate.
Key words:Android,Java,XML,MVC,The of things
目录
第一章绪论 1
1
1
1
第二章相关技术 2
Java 2
Java语言的定义 2
Java语言的特点 2
3
Android 3
Android起源 3
Android的特点 3
Android 开发环境 4
Android的系统架构 4
Activity生命周期 6
XML 8
XML的定义 8
XML的使用 8
SAX 8
ContentHandler接口常用的方法: 8
MVC 9
MVC与模板概念 9
MVC如何工作 10
MVC的优点 10
第三章系统的分析与设计 13
13
13
第四章系统的实现 15
地图显示模块 15
15
地图的定位 15
地图上的控件 15
数据获取模块 16
数据的获取 16
数据的存储 16
数据的实例化 18
4.