【正文】
I 畢 業(yè) 設(shè) 計 (論文 ) ` 院 系 控制與計算機(jī)工程學(xué)院計算機(jī)系 專業(yè)班級 學(xué)生姓名 指導(dǎo)教師 二○一四年六月 題 目 基于 Android 的日歷系統(tǒng) 的設(shè)計與實現(xiàn) I 基于 Android 的日歷系統(tǒng)的設(shè)計與實現(xiàn) 摘要 Android 系統(tǒng)憑借其良好的用戶體驗、低廉的成本及高開放性產(chǎn)生了巨大的應(yīng)用量和廣闊的應(yīng)用面。如今,基于 Android 系統(tǒng)的應(yīng)用極為豐富,從輸入法到影音播放器,從 系統(tǒng)工具到網(wǎng)頁瀏覽器,從社交網(wǎng)絡(luò)客戶端到學(xué)習(xí)辦公助手工具,以及形式繁多的游戲應(yīng)用,都有力體現(xiàn)了 Android 平臺的強(qiáng)大的適應(yīng)性和發(fā)展?jié)摿Α? 而日歷應(yīng)用作為智能終端的出廠必備控件,更是 Android 系統(tǒng)中不可或缺的一部分。而應(yīng)用開發(fā)商力求為客戶帶來更好的用戶體驗,將日歷這一原本普通的生活用品打造成植于移動終端中的生活助手,且界面風(fēng)格迥異,功能也是趨于多樣化和一體化。 本文通過論述對 基于 Android 的日歷系統(tǒng)的開發(fā)的全過程,研究了 Android 系統(tǒng)的開發(fā)環(huán)境、核心構(gòu)架、主要組件,展示了開發(fā)移動應(yīng)用的一般過程, 并對 Android 平臺的背景、現(xiàn)狀和發(fā)展前景進(jìn)行了討論。本次項目所實現(xiàn)的日歷系統(tǒng),除了最基本的日期信息查詢功能外,還具備了公歷轉(zhuǎn)換農(nóng)歷功能、指定日期跳轉(zhuǎn)功能、當(dāng)天日期定位功能和日程管理功能。通過轉(zhuǎn)換功能,用戶可將希望查詢的公歷日期轉(zhuǎn)為農(nóng)歷日期;如果用戶想知道某一天或某個月有什么節(jié)日,可以使用跳轉(zhuǎn)功能;在主界面沒有顯示當(dāng)月日期時,用戶可通過定位功能回到當(dāng)天日期;而日程管理功能則為用戶提供了類似備忘錄的平臺。 關(guān)鍵詞; Android;移動終端;手機(jī)日歷;移動應(yīng)用開發(fā) II THE DESIGN AND IMPLEMENTATION OF CALENDER BASED ON ANDROID SYSTEM Abstract Android system has been achieved a great number of users because of its excellent user experience,low cost and high ,there are plenty of smartphone applications based on android system such as input methods,audio/video players,system tools,web browsers,social works,school/office softwares,games,etc,which show great adaptation and development potential of Android. Calender has bee a necessary widget in intelligent terminals and also a quite important part of Android developers strive to improve the user experience so that they change the calender,a monplace articles for daily use,into a kind of assistant for users,with different kinds of its function bees more and more diversified and incorporate. This article is about the whole development process of calender based on Android system, the development environment,the core framework and the main module of ,we will discuss the background,the current situation and the development Calendar we enforce in this project contains functions not only the most basic date information inquire, but also other functions such as gregorianlunar transformer,current date locator,events are able to transform gregorian dates they want to lunar dates by using gregorianlunar transformer。If users want to check out festivals of dates,the skip function will help。Users could skip back to current date with the help of date locator when the main interface doesn ‘t show。And the events manager provides a kind of platform like memorandum. Keywords: Android。 The mobile terminal。 Smart mobile Calender。Mobile application development 1 目 錄 摘要 ................................................................................................................................................... I Abstract ............................................................................................................................................. II 目 錄 ........................................................................................................................................... 3 1 緒論 ............................................................................................................................................... 1 課題背景 .............................................................................................................................. 1 發(fā)展現(xiàn)狀 ............................................................................................................................. 1 Android SDK發(fā)布里程碑 .......................................................................................... 1 Android 市場發(fā)展軌跡 ............................................................................................... 3 Android 系統(tǒng)的發(fā)展前景 ...................................................................................................... 3 課題研究意義 ...................................................................................................................... 4 本文主要結(jié)構(gòu) ...................................................................................................................... 5 2 Android 系統(tǒng)核心技術(shù)概述 ............................................................................................................. 6 Android 的體系結(jié)構(gòu) ............................................................................................................. 6 Android 系統(tǒng)組件 ................................................................................................................ 8 Android 主要控件 ................................................................................................................ 9 本章小結(jié) ............................................................................................................................ 11 3 基于 Android 的日歷系統(tǒng) ...............................................................................................................12 需求分析 .............................................................................................................................12 系統(tǒng)目標(biāo) ..................................................................................................................12 功能需求描述 ...........................................................................................................12 界面需求分析 ...........................................................................................................12 運行需求分析 ...........................................................................................................12 系統(tǒng)概要設(shè)計 .................................................