【正文】
i 基于 android 日程管理工具的設(shè)計與開發(fā) 摘 要 隨著移動平臺的崛起,越來越多的傳統(tǒng) PC 軟件被移植到移動平臺,比如 ipad,iphone, Android 等智能終端設(shè)備,在這些平臺中, Android 占領(lǐng)著最大的市場份額,所以為 Android 用戶開發(fā)滿足日常使用的軟件成為了現(xiàn)在的一大熱門。 本次設(shè)計選用了時下比較熱門的 Android 平臺來作為開發(fā)技術(shù) ,實現(xiàn)了一個個人事務(wù)提醒軟件功能 ,用戶可以通過本軟件來做一些日常事情的事務(wù)記錄 ,同時也可以做定時提醒。 本論文將逐步介紹基于 Android 平臺的個人事務(wù)提醒系統(tǒng) 的開發(fā)背景和意義,接著詳細(xì)介紹了個人事務(wù)系統(tǒng)的分析、設(shè)計與實現(xiàn)過程 ,最后對本論文做了總結(jié)。 關(guān)鍵字: Android;個人事務(wù); SQLite;手機(jī) ii The design and development of the schedule management tool based on Android ABSTRACT With the rise of mobile platforms, more and more traditional PC software is ported to mobile platforms, such as iPad, iPhone, Android and other smart terminal equipment, to occupy the largest market share in these platforms, Android, developed for Android users meet the daytoday use of the software has bee a favorite. The design and selection among the more popular Android platform as the development of technology, a calendar note reminder software, the user can do through this software the memo recording of some of the daytoday things, but can also do from time to time to remind. This thesis is a stepbystep introduction to the background and significance of the Android platformbased calendar notes reminder system development, followed by detailed calendar notes, system analysis, design and implementation process, and finally the paper summarized. Keywords: Android。calendar notes。 SQLite。phone iii 目 錄 摘 要 ................................................................................................................................ i ABSTRACT ...................................................................................................................... ii 1 緒 論 ........................................................................................................................... 1 本課題的研究背景和意義 ................................................................................. 1 本課題當(dāng)前研究現(xiàn)狀 ......................................................................................... 2 本文研究內(nèi)容 ..................................................................................................... 4 論文框架介紹 ..................................................................................................... 4 2 系統(tǒng)理論背景 ................................................................................................................ 6 開發(fā)工具及環(huán)境簡介 ........................................................................................ 6 Eclipse Classic ............................................................................. 6 SQLite3 ................................................................................................. 7 ADT....................................................................................................... 8 Android SDK ........................................................................................ 8 Android 系統(tǒng) ....................................................................................................... 9 Android Features 特性 ............................................................................. 9 Android 系統(tǒng)的四大組件 ...................................................................... 10 3 需求分析 ..................................................................................................................... 13 需求分析 .......................................................................................................... 14 功能需求: ........................................................................................... 14 質(zhì)量 要求: ........................................................................................... 14 界面需求: ............................................................................................ 14 環(huán)境要求: ...................................................................................................... 15 本章小結(jié) .......................................................................................................... 15 4 個人日程管理系統(tǒng)分析 ............................................................................................. 16 概述 ................................................................................................................... 16 系統(tǒng)分析的原則 .................................................................................... 16 系統(tǒng)分析的方法 .................................................................................... 16 系統(tǒng)可行性分析 .............................................................................................. 17 系統(tǒng)功能模塊需求 .......................................................................................... 18 iv 5 個人日程管理系統(tǒng)設(shè)計 ............................................................................................. 19 系統(tǒng)設(shè)計原則 .................................................................................................. 19 系統(tǒng)流程設(shè)計 .................................................................................................. 20 系統(tǒng)功能模塊設(shè)計 .......................................................................................... 21 數(shù)據(jù)庫設(shè)計 ...................................................................................................... 21 6 個人日程管理系統(tǒng)實現(xiàn) ............................................................................................. 24 日程安排界面實現(xiàn) .......................................................................................... 24 日歷功能實現(xiàn) .................................................................................................. 25 添加事務(wù)模塊實現(xiàn) .......................................................................................... 26 鬧鐘提醒功能實現(xiàn) .......................................................................................... 27 7 系統(tǒng)測試與分析 ...........................................................