国产精品婷婷久久久久久,日本中文字幕平台,天天躁夜夜躁av天天爽,国内极度色诱视频网站

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

  
約50頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)

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

內(nèi)容介紹

此文檔由會(huì)員 淘寶大夢(mèng) 發(fā)布

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

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

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


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國(guó)內(nèi)外研究現(xiàn)狀 1
1.3存在問(wèn)題 2
1.4研究?jī)?nèi)容及意義 2
第二章 Android系統(tǒng)架構(gòu) 4
2.1Android簡(jiǎn)介 4
2.2系統(tǒng)架構(gòu)概況 4
2.2.1應(yīng)用層 5
2.2.2框架層 5
2.2.3運(yùn)行時(shí)(Android RunTime) 6
2.2.4系統(tǒng)庫(kù) 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)用程序包含的各個(gè)文件 13
第四章 系統(tǒng)設(shè)計(jì) 16
4.1 需求分析 16
4.2 開(kāi)發(fā)平臺(tái) 16
4.3 用戶界面設(shè)計(jì) 16
4.4 數(shù)據(jù)庫(kù)設(shè)計(jì) 17
4.5 程序模塊設(shè)計(jì) 17
第五章 系統(tǒng)開(kāi)發(fā) 19
5.1 Android開(kāi)發(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 新建項(xiàng)目 21
5.2.2 項(xiàng)目結(jié)構(gòu) 24
5.3 后臺(tái)功能實(shí)現(xiàn) 26
5.3.1 DBHelper類 26
5.3.2 Records類 28
5.3.3 RecordsDAO類 29
5.3.4 對(duì)象序列化 30
5.4 前臺(tái)功能實(shí)現(xiàn) 31
5.4.1 改變程序背景 31
5.4.2 判斷學(xué)生類型并跳轉(zhuǎn) 32
5.4.3頁(yè)面間跳轉(zhuǎn)時(shí)的信息傳遞 32
5.4.4 Spinner和獲取專業(yè)列表 33
5.4.5學(xué)生列表的實(shí)現(xiàn) 34
5.4.6提示信息 35
5.5 前臺(tái)布局文件 35
5.5.1線性布局 36
5.5.2相對(duì)布局 37
5.5.3表格布局 38
5.6 系統(tǒng)測(cè)試 39
第六章 總結(jié) 44
致 謝 45
參考文獻(xiàn) 46