【正文】
論文題目 作者姓名 ……… . 所學(xué)專業(yè)名稱 ……………………… 指導(dǎo)教師 ……… 學(xué) 號: 論文答辯日期: 指 導(dǎo) 教 師: (簽字) 目 錄 1 緒論 ................................................ 3 研究背景 ........................................................................................................................3 研究現(xiàn)狀 ........................................................................................................................4 主 要工作 ........................................................................................................................5 本文結(jié)構(gòu) ........................................................................................................................5 2 Android 技術(shù)與理論 ................................... 5 Android 系統(tǒng)開發(fā)簡介 ....................................................................................................5 Android 技術(shù)簡介 ................................................................................................5 關(guān)鍵應(yīng)用程序 ....................................................................................................8 應(yīng)用程序框架 ....................................................................................................8 函數(shù)庫 ...............................................................................................................8 Linux 內(nèi)核 ..........................................................................................................9 Android 應(yīng)用的構(gòu)成和工作機(jī)制 ......................................................................................9 Activity...............................................................................................................9 Intent Receiver................................................................................................... 10 Service ............................................................................................................. 10 Content Provider ................................................................................................ 10 3 需求分析 ............................................ 11 功能需求分析 ............................................................................................................... 11 性能需求分析 ............................................................................................................... 11 數(shù)據(jù)庫需求分析 ........................................................................................................... 11 安全需求 ...................................................................................................................... 12 4 功能設(shè)計 ............................................ 12 總體設(shè)計 ...................................................................................................................... 12 系統(tǒng)功能設(shè)計 ............................................................................................................... 13 5 基于 3G 網(wǎng)絡(luò)的訂餐系統(tǒng)管理系統(tǒng)手機(jī)軟件 ................ 13 Android 開發(fā)平臺搭建 .................................................................................................. 13 具體功能實現(xiàn) ............................................................................................................... 14 界面布局 .......................................................................................................... 14 添加網(wǎng)上訂餐 ................................................................................................... 17 添加到購物車 ................................................................................................... 18 商品管理 .......................................................................................................... 18 訂單列表 .......................................................................................................... 19 6 系統(tǒng)測試 ............................................ 20 參考文獻(xiàn) ............................................. 21 1 摘要: 隨著 第三代通信技術(shù) 3G 的推廣 , 無線帶寬和傳輸速度都得到了大幅 度 提升 , 為智能手機(jī)終端添加更多內(nèi)容豐富的應(yīng)用功能提供了良好的平臺。 本 系統(tǒng) 是基于 谷歌公司新推出的一款 Linux 平臺 的 開源手機(jī)操作系統(tǒng) —— Android 系統(tǒng) , 利用 Java 語言,Eclipse 為 開發(fā) 工具 , 通過對 平臺 的 系統(tǒng) 架構(gòu)和應(yīng)用 程序 進(jìn)行 學(xué)習(xí) ,設(shè)計出一款 基于android 的 基于 3G網(wǎng)絡(luò)的訂餐系統(tǒng) 管理系統(tǒng) 手機(jī)軟件 。 本 系統(tǒng) 包括存儲,刪除, Android修改,滿足了用戶對 基于 3G 網(wǎng)絡(luò)的訂餐系統(tǒng) 管理系統(tǒng) 手機(jī)軟件 的需求 。 此 基于 3G 網(wǎng)絡(luò)的訂餐系統(tǒng) 管理系統(tǒng) 手機(jī)軟件 的設(shè)計遵循標(biāo)準(zhǔn)的開發(fā)流程,首先進(jìn)行需求分析,然后確定 基于 3G網(wǎng)絡(luò)的訂餐系統(tǒng) 管理系統(tǒng) 手機(jī)軟件 的功能,再編寫程序的代碼,調(diào)試程序,運行程序,并對程序進(jìn)行優(yōu)化完善。本軟件利用 Android 提供的各種組件對界面進(jìn)行設(shè)計,能夠很好地支持用戶體驗。 關(guān)鍵詞: Android; 基于 3G網(wǎng)絡(luò)的訂餐系統(tǒng) 管理系統(tǒng) 手機(jī)軟件 ; 2 Abstract: with the promotion of the third generation of 3G munication technology, wireless bandwidth and transmission speed can be improved greatly, which provides a good platform for intelligent mobile phone terminal to add application function more rich content. The system is open source mobile phone operating system Android Google Corporation, a new system based on Linux platform, using Java language, Eclipse for development tools, learning through the system architecture and the application of the platform, design a Android based on the recording and broadcast system. The system includes a memory, delete, modify, Android, meeting the need of the recording and dissemination. Design of the recording and dissemination of the standard development process, carry on the need analysis first, and then determine the recording and munication function, and then the program code, debug, run the program, and the program optimize. The interface design of the various ponents of the software provided by the use of Android, can better support the user experience Key words: Android。 recording and transmission system based on android。 3 1 緒論