国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

基于android平臺的學(xué)生注冊系統(tǒng)的圖形用戶界面的設(shè)計與實現(xiàn).doc

  
約50頁DOC格式手機打開展開

基于android平臺的學(xué)生注冊系統(tǒng)的圖形用戶界面的設(shè)計與實現(xiàn),基于android平臺的學(xué)生注冊系統(tǒng)的圖形用戶界面的設(shè)計與實現(xiàn)1.6萬字自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復(fù)率低,僅在本站獨家出售,大家放心下載使用摘要 隨著移動操作系統(tǒng)軟硬件技術(shù)的快速發(fā)展和開發(fā)圖形界面的軟件技術(shù)的不斷創(chuàng)新,移動智能終端的應(yīng)用前景非常廣泛。圖形用戶界面設(shè)計的優(yōu)劣直接影響到了用戶體驗和接受度。...
編號:150-423129大小:4.37M
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 淘寶大夢 發(fā)布

基于Android平臺的學(xué)生注冊系統(tǒng)的圖形用戶界面的設(shè)計與實現(xiàn)

1.6萬字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復(fù)率低,僅在本站獨家出售,大家放心下載使用

摘要
隨著移動操作系統(tǒng)軟硬件技術(shù)的快速發(fā)展和開發(fā)圖形界面的軟件技術(shù)的不斷創(chuàng)新,移動智能終端的應(yīng)用前景非常廣泛。圖形用戶界面設(shè)計的優(yōu)劣直接影響到了用戶體驗和接受度。基于Android平臺的應(yīng)用開發(fā)過程更加重視圖形用戶界面設(shè)計。
本文首先闡述了課題的研究背景,包括移動智能終端平臺發(fā)展現(xiàn)狀和用戶界面的簡介,接著討論了課題的研究目的及意義。并分析比較當(dāng)前移動智能終端平臺用戶界面的差異和特色。詳細(xì)的講解了Android平臺的體系結(jié)構(gòu)和Android應(yīng)用程序基礎(chǔ)等相關(guān)的技術(shù)要點。然后介紹了基于Android平臺的學(xué)生注冊系統(tǒng)的圖形用戶界面的設(shè)計與實現(xiàn),系統(tǒng)設(shè)計中使用表格布局實現(xiàn)了學(xué)生注冊界面,使用相對布局實現(xiàn)了系統(tǒng)初始界面,使用線性布局實現(xiàn)了其余界面。最后通過系統(tǒng)測試。
關(guān)鍵詞 Android平臺 圖形用戶界面 線性布局


Design and Implementation Of The User Interface Of Student Registration System Based On Android Platform
ABSTRACT With rapid development of mobile operating system software and hardware technologies and innovative of graphical interface software technology. Prospect of a very wide range of mobile intelligent terminal. Graphical user interface design will directly affect the user experience and acceptance. More emphasis on the graphical user interface design which is based on the Android platform application development process.
This article first describe the research background, include Mobile intelligent terminal platform and user interface development status Introduction. Then discuss the purpose and significance of the subject. Analysis and comparison of current mobile intelligent terminal platform user interface differences and characteristics. Detailed explanation of the architecture and the Android platform Android-based applications and other related technical points. Describes the specific implementation based on the Android platform, and the process of student registration system. System design using the table layout to implement the student registration interface, using relative layout to implement the initial system interface, using a linear layout to implement the rest of the interface. Finally, system testing success.
KEYWORDS Android PlatForm Graphical User Interface Linear Layout

目 錄
第一章 緒論 1
1.1研究背景 1
1.2國內(nèi)外研究現(xiàn)狀 1
1.3存在問題 2
1.4研究內(nèi)容及意義 2
第二章 Android系統(tǒng)架構(gòu) 4
2.1Android簡介 4
2.2系統(tǒng)架構(gòu)概況 4
2.2.1應(yīng)用層 5
2.2.2框架層 5
2.2.3運行時(Android RunTime) 6
2.2.4系統(tǒng)庫 6
2.2.5Linux內(nèi)核 7
第三章 Android應(yīng)用程序的結(jié)構(gòu) 9
3.1 Android應(yīng)用程序的概述 9
3. 1.1 Android應(yīng)用程序的組成部分 9
3. 1.2 Android應(yīng)用程序的生命周期 10
3. 2 Android應(yīng)用程序包含的各個文件 13
第四章 系統(tǒng)設(shè)計 16
4.1 需求分析 16
4.2 開發(fā)平臺 16
4.3 用戶界面設(shè)計 16
4.4 數(shù)據(jù)庫設(shè)計 17
4.5 程序模塊設(shè)計 17
第五章 系統(tǒng)開發(fā) 19
5.1 Android開發(fā)環(huán)境搭建 19
5.1.1 下載安裝Android SDK 19
5.1.2 安裝Eclipse和ADT插件 20
5.2 文件結(jié)構(gòu)和用途 21
5.2.1 新建項目 21
5.2.2 項目結(jié)構(gòu) 24
5.3 后臺功能實現(xiàn) 26
5.3.1 DBHelper類 26
5.3.2 Records類 28
5.3.3 RecordsDAO類 29
5.3.4 對象序列化 30
5.4 前臺功能實現(xiàn) 31
5.4.1 改變程序背景 31
5.4.2 判斷學(xué)生類型并跳轉(zhuǎn) 32
5.4.3頁面間跳轉(zhuǎn)時的信息傳遞 32
5.4.4 Spinner和獲取專業(yè)列表 33
5.4.5學(xué)生列表的實現(xiàn) 34
5.4.6提示信息 35
5.5 前臺布局文件 35
5.5.1線性布局 36
5.5.2相對布局 37
5.5.3表格布局 38
5.6 系統(tǒng)測試 39
第六章 總結(jié) 44
致 謝 45
參考文獻(xiàn) 46