android智能手機平臺氣象軟件應(yīng)用開發(fā).doc
約37頁DOC格式手機打開展開
android智能手機平臺氣象軟件應(yīng)用開發(fā),android智能手機平臺氣象軟件應(yīng)用開發(fā)摘要 隨著智能手機的快速普及,智能手機操作系統(tǒng)市場風(fēng)生水起。為了讓智能手機用戶能夠隨時隨地查詢互聯(lián)網(wǎng)所提供的服務(wù),一種高效的辦法就是將應(yīng)用系統(tǒng)的功能拓展到手機終端上,讓手機能夠通過移動網(wǎng)以及互聯(lián)網(wǎng)訪問web網(wǎng)站并處理各種各樣的業(yè)務(wù)。因此,智能手機的應(yīng)用軟件及其需要的服務(wù)將有廣...
內(nèi)容介紹
此文檔由會員 1000face 發(fā)布
Android智能手機平臺氣象軟件應(yīng)用開發(fā)
摘要
隨著智能手機的快速普及,智能手機操作系統(tǒng)市場風(fēng)生水起。為了讓智能手機用戶能夠隨時隨地查詢互聯(lián)網(wǎng)所提供的服務(wù),一種高效的辦法就是將應(yīng)用系統(tǒng)的功能拓展到手機終端上,讓手機能夠通過移動網(wǎng)以及互聯(lián)網(wǎng)訪問Web網(wǎng)站并處理各種各樣的業(yè)務(wù)。因此,智能手機的應(yīng)用軟件及其需要的服務(wù)將有廣闊的發(fā)展前景。
在如今這個智能手機系統(tǒng)群雄紛爭的時候,2008年Google推出了一款名為Android的開源智能手機操作系統(tǒng),它采用Linux內(nèi)核,開放手機聯(lián)盟(OHA)成員可以任意使用和修改SDK包,系統(tǒng)的開源性使其具有良好的拓展性。這款軟件包括了操作系統(tǒng)、用戶界面和應(yīng)用程序,即智能手機工作所需要的全部軟件。Android的最大特點是其開放性體系架構(gòu),不僅具有非常好的開發(fā)、調(diào)試環(huán)境,而且還支持各種可擴展的用戶體驗,包括豐富的圖形組件、多媒體支持功能以及強大的瀏覽器。因此,對于軟件從業(yè)人員來說,Android平臺具有無限的吸引力。
本文就在分析討論Android手機軟件開發(fā)技術(shù)原理的基礎(chǔ)上,開發(fā)出能為用戶提供更好的基于Android平臺的3G手機氣象軟件。
關(guān)鍵字: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 研究內(nèi)容 1
1.2 研究意義 1
1.3 研究現(xiàn)狀和發(fā)展趨勢 1
第二章 系統(tǒng)分析 3
2.1 研究目標(biāo) 3
2.2 需求分析 3
2.3 性能分析 3
第三章 系統(tǒng)開發(fā)環(huán)境及相關(guān)技術(shù) 4
3.1 Android開發(fā)環(huán)境介紹 4
3.2 Android開發(fā)平臺搭建 4
第四章 程序設(shè)計 6
4.1 用戶界面設(shè)計 6
4.2 數(shù)據(jù)庫設(shè)計 6
4.3 程序模塊設(shè)計 7
第五章 程序開發(fā) 9
5.1 文件結(jié)構(gòu)與用途 9
5.2 數(shù)據(jù)提供者 10
5.3 后臺服務(wù) 16
5.3.1 獲取天氣數(shù)據(jù) 16
5.3.2 讀取天氣數(shù)據(jù)實例 19
5.3.3 定時更新時間。 19
5.4 用戶界面 19
5.4.1 程序入口類ForecastWidget 19
5.4.2 設(shè)置頁面ConfigureActivity 21
5.4.3 詳細頁面DetailForecastActivity 22
5.5 動態(tài)特效 23
第六章 系統(tǒng)測試 25
第七章 總結(jié) 29
參考文獻 30
致 謝 31
摘要
隨著智能手機的快速普及,智能手機操作系統(tǒng)市場風(fēng)生水起。為了讓智能手機用戶能夠隨時隨地查詢互聯(lián)網(wǎng)所提供的服務(wù),一種高效的辦法就是將應(yīng)用系統(tǒng)的功能拓展到手機終端上,讓手機能夠通過移動網(wǎng)以及互聯(lián)網(wǎng)訪問Web網(wǎng)站并處理各種各樣的業(yè)務(wù)。因此,智能手機的應(yīng)用軟件及其需要的服務(wù)將有廣闊的發(fā)展前景。
在如今這個智能手機系統(tǒng)群雄紛爭的時候,2008年Google推出了一款名為Android的開源智能手機操作系統(tǒng),它采用Linux內(nèi)核,開放手機聯(lián)盟(OHA)成員可以任意使用和修改SDK包,系統(tǒng)的開源性使其具有良好的拓展性。這款軟件包括了操作系統(tǒng)、用戶界面和應(yīng)用程序,即智能手機工作所需要的全部軟件。Android的最大特點是其開放性體系架構(gòu),不僅具有非常好的開發(fā)、調(diào)試環(huán)境,而且還支持各種可擴展的用戶體驗,包括豐富的圖形組件、多媒體支持功能以及強大的瀏覽器。因此,對于軟件從業(yè)人員來說,Android平臺具有無限的吸引力。
本文就在分析討論Android手機軟件開發(fā)技術(shù)原理的基礎(chǔ)上,開發(fā)出能為用戶提供更好的基于Android平臺的3G手機氣象軟件。
關(guān)鍵字: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 研究內(nèi)容 1
1.2 研究意義 1
1.3 研究現(xiàn)狀和發(fā)展趨勢 1
第二章 系統(tǒng)分析 3
2.1 研究目標(biāo) 3
2.2 需求分析 3
2.3 性能分析 3
第三章 系統(tǒng)開發(fā)環(huán)境及相關(guān)技術(shù) 4
3.1 Android開發(fā)環(huán)境介紹 4
3.2 Android開發(fā)平臺搭建 4
第四章 程序設(shè)計 6
4.1 用戶界面設(shè)計 6
4.2 數(shù)據(jù)庫設(shè)計 6
4.3 程序模塊設(shè)計 7
第五章 程序開發(fā) 9
5.1 文件結(jié)構(gòu)與用途 9
5.2 數(shù)據(jù)提供者 10
5.3 后臺服務(wù) 16
5.3.1 獲取天氣數(shù)據(jù) 16
5.3.2 讀取天氣數(shù)據(jù)實例 19
5.3.3 定時更新時間。 19
5.4 用戶界面 19
5.4.1 程序入口類ForecastWidget 19
5.4.2 設(shè)置頁面ConfigureActivity 21
5.4.3 詳細頁面DetailForecastActivity 22
5.5 動態(tài)特效 23
第六章 系統(tǒng)測試 25
第七章 總結(jié) 29
參考文獻 30
致 謝 31
TA們正在看...
- 非公企業(yè)嚴守政治紀(jì)律政治規(guī)矩座談發(fā)言稿.doc
- 領(lǐng)導(dǎo)干部嚴明政治紀(jì)律嚴守政治規(guī)矩專題研討發(fā)言稿.doc
- 雙離合式自動變速器零部件有限元分析.doc
- 基于視頻的運動車輛檢測與跟蹤.rar
- 三相電力有源濾波器控制方法研究.doc
- 基于gprs的遠程溶解氧和溫度測量系統(tǒng).doc
- 低紋波高精度開關(guān)穩(wěn)壓電源設(shè)計.doc
- 基于gprs技術(shù)的ph值自動遙測系統(tǒng)設(shè)計.docx
- 終端滑模的飽和控制及應(yīng)用.doc
- 單位功率因數(shù)整流器仿真系統(tǒng)設(shè)計.doc