基于Android系统的手机天气预报软件毕业设计(论文)
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
本科生毕业设计论文
基于Android系统的手机天气预报软件
摘要
随着智能手机的快速普及,智能手机操作系统市场风生水起。为了让智能手机用户能够随时随地查询互联网所提供的服务,一种高效的办法就是将应用系统的功能拓展到手机终端上,让手机能够通过移动网以及互联网访问Web网站并处理各种各样的业务。因此,智能手机的应用软件及其需要的服务将有广阔的发展前景。
在如今这个智能手机系统群雄纷争的时候,2008年Google推出了一款名为Android的开源智能手机操作系统,它采用Linux内核,开放手机联盟(OHA)成员可以任意使用和修改SDK包,系统的开源性使其具有良好的拓展性。这款软件包括了操作系统、用户界面和应用程序,即智能手机工作所需要的全部软件。Android的最大特点是其开放性体系架构,不仅具有非常好的开发、调试环境,而且还支持各种可扩展的用户体验,包括丰富的图形组件、多媒体支持功能以及强大的浏览器。因此,对于软件从业人员来说,Android平台具有无限的吸引力。
本文就在分析讨论Android手机软件开发技术原理的基础上,开发出能为用户提供更好的基于Android平台的3G手机气象软件。
关键词:Android 手机天气预报软件系统
Based on the Android system of mobile phone weather
forecasting software
Abstract
With intelligent the rapid spread of the mobile phone, intelligent mobile phone operating system market wind. In order to make intelligent mobile phone users to anytime inquires the services provided by the Internet, a highly efficient way is the function of the application system will be expanded to the mobile phone terminal, keep the cell phone and Internet access to YiDongWang through Web site and to handle all sorts of business. Therefore, smartphone applications software and its need to service will have broad development prospects.
Now in the smart phone system at the strife in 2008, Google launched a new Android smart phone called the open source operating system, it USES Linux kernel, open mobile phone alliance (OHA) members can use any and modify SDK bag, the system of open source sex make its have the expansion of good sex. This software, including the operating system, the user interface and application, namely intelligent mobile phones need all the software. Android is the biggest characteristic of the open architecture, not only has the very good development, debugging environment, but also support various scalable user experience, including rich graphics components, multimedia support functions and strong browser. So, for software professionals for, Android platform with an infinite appeal.
In this paper the analysis about Android mobile phone software development based on the principle of technology, to develop a user can provide better based on the Android platform 3 G mobile phone weather software.
Keywords: Android mobile phone weather forecasting software system
第一章绪论 (5)
1.1 研究内容 (5)
1.2 研究意义 (5)
1.3 研究现状和发展趋势 (5)
第二章系统分析 (7)
2.1 研究目标 (7)
2.2 需求分析 (7)
2.3 性能分析 (7)
2.4 系统研究内容 (7)
2.5 项目需求分析 (8)
2.6 系统构架图 (8)
第三章系统开发环境及相关技术 (10)
3.1 Android开发环境介绍 (10)
3.2 Android开发平台搭建 (10)
3.3 Android应用程序设计原理 (11)
第四章 Google android移动平台的相关理论 (13)
4.1 Goolge android 移动平台的概述 (13)
4.1.1 Android系统的特点: (13)
4.1.2 Android的功能: (13)
4.2 Google android移动平台开发过程研究 (14)
4.3 Google android移动平台下的应用研究 (15)
4.4 小结 (15)
第五章 android手机天气预报系统程序设计 (17)
5.1 用户界面设计 (17)
5.2 天气实况预报系统的具体实现 (18)
5.2.1 Android平台的用户界面实现................................... 错误!未定义书签。
5.3 主要代码介绍 (22)
5.3.1 主界面代码(用户界面) (22)
5.3.2 天气结果界面(详细界面) (25)
5.3.3 城市天气详情代码 (29)
5.3.4 Androidhttptransport方法 (31)
5.3.5 Androidserviceconnection方法 (33)
第六章系统测试 (36)
第七章结论 (40)
致谢: (41)
参考文献 (42)