android智能手机平台气象软件应用开发.doc

约37页DOC格式手机打开展开

android智能手机平台气象软件应用开发,android智能手机平台气象软件应用开发摘要  随着智能手机的快速普及,智能手机操作系统市场风生水起。为了让智能手机用户能够随时随地查询互联网所提供的服务,一种高效的办法就是将应用系统的功能拓展到手机终端上,让手机能够通过移动网以及互联网访问web网站并处理各种各样的业务。因此,智能手机的应用软件及其需要的服务将有广...
编号:25-255787大小:997.50K
分类: 论文>电气自动化/电力论文

内容介绍

此文档由会员 1000face 发布

Android智能手机平台气象软件应用开发




摘要

  随着智能手机的快速普及,智能手机操作系统市场风生水起。为了让智能手机用户能够随时随地查询互联网所提供的服务,一种高效的办法就是将应用系统的功能拓展到手机终端上,让手机能够通过移动网以及互联网访问Web网站并处理各种各样的业务。因此,智能手机的应用软件及其需要的服务将有广阔的发展前景。

  在如今这个智能手机系统群雄纷争的时候,2008年Google推出了一款名为Android的开源智能手机操作系统,它采用Linux内核,开放手机联盟(OHA)成员可以任意使用和修改SDK包,系统的开源性使其具有良好的拓展性。这款软件包括了操作系统、用户界面和应用程序,即智能手机工作所需要的全部软件。Android的最大特点是其开放性体系架构,不仅具有非常好的开发、调试环境,而且还支持各种可扩展的用户体验,包括丰富的图形组件、多媒体支持功能以及强大的浏览器。因此,对于软件从业人员来说,Android平台具有无限的吸引力。

  本文就在分析讨论Android手机软件开发技术原理的基础上,开发出能为用户提供更好的基于Android平台的3G手机气象软件。

  

关键字:android;气象软件;智能手机平台

  

  

  

  

  

  

  


Abstract

  With the rapid proliferation of smart phones, smart phone operating system market, wind and water. In order for smart phone users to check the Internet anytime, anywhere services provided an efficient way to expand the function of the system will be applied to the mobile phone terminal, the mobile phone to Internet access via mobile networks, and variety of Web sites and process business. Therefore, the smart phone applications and the need for the service will have broad prospects for development.

  In today's smart phone system when disputes warlords, 2008, Google introduced a smart phone called the Android open source operating system, which uses Linux kernel, Open Handset Alliance (OHA) members can be free to use and modify the SDK package, the system It has a good open-source nature of the expansion of. The software includes the operating system, user interface and applications that need to work smart phones all the software. Android's biggest feature is its open architecture, not only has a very good development and debugging environment, but also supports a variety of scalable user experience, including rich graphical components, multimedia support, and powerful browser. Therefore, for software professionals is, Android platform has unlimited appeal.

  In this paper, the analysis and discussion Android mobile phone software development technology on the basis of the principle, developed to provide users with better platform to the 3G handsets based on Android meteorological software.


Keywords:android;weather software;smartphone platform

  

  

  

  

  

  




目 录

摘要  I

Abstract II

第一章 绪论 1

1.1 研究内容 1

1.2 研究意义 1

1.3 研究现状和发展趋势 1

第二章  系统分析 3

2.1 研究目标 3

2.2 需求分析 3

2.3 性能分析 3

第三章 系统开发环境及相关技术 4

3.1 Android开发环境介绍 4

3.2  Android开发平台搭建 4

第四章 程序设计 6

4.1  用户界面设计 6

4.2  数据库设计 6

4.3  程序模块设计 7

第五章 程序开发 9

5.1  文件结构与用途 9

5.2  数据提供者 10

5.3  后台服务 16

5.3.1  获取天气数据 16

5.3.2  读取天气数据实例 19

5.3.3  定时更新时间。 19

5.4  用户界面 19

5.4.1  程序入口类ForecastWidget 19

5.4.2  设置页面ConfigureActivity 21

5.4.3 详细页面DetailForecastActivity 22

5.5 动态特效 23

第六章  系统测试 25

第七章 总结 29

参考文献 30

致  谢  31