基于android平台的学生注册系统的图形用户界面的设计与实现.doc

  
约50页DOC格式手机打开展开

基于android平台的学生注册系统的图形用户界面的设计与实现,基于android平台的学生注册系统的图形用户界面的设计与实现1.6万字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 随着移动操作系统软硬件技术的快速发展和开发图形界面的软件技术的不断创新,移动智能终端的应用前景非常广泛。图形用户界面设计的优劣直接影响到了用户体验和接受度。...
编号:150-423129大小:4.37M
分类: 论文>计算机论文

内容介绍

此文档由会员 淘宝大梦 发布

基于Android平台的学生注册系统的图形用户界面的设计与实现

1.6万字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用

摘要
随着移动操作系统软硬件技术的快速发展和开发图形界面的软件技术的不断创新,移动智能终端的应用前景非常广泛。图形用户界面设计的优劣直接影响到了用户体验和接受度。基于Android平台的应用开发过程更加重视图形用户界面设计。
本文首先阐述了课题的研究背景,包括移动智能终端平台发展现状和用户界面的简介,接着讨论了课题的研究目的及意义。并分析比较当前移动智能终端平台用户界面的差异和特色。详细的讲解了Android平台的体系结构和Android应用程序基础等相关的技术要点。然后介绍了基于Android平台的学生注册系统的图形用户界面的设计与实现,系统设计中使用表格布局实现了学生注册界面,使用相对布局实现了系统初始界面,使用线性布局实现了其余界面。最后通过系统测试。
关键词 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国内外研究现状 1
1.3存在问题 2
1.4研究内容及意义 2
第二章 Android系统架构 4
2.1Android简介 4
2.2系统架构概况 4
2.2.1应用层 5
2.2.2框架层 5
2.2.3运行时(Android RunTime) 6
2.2.4系统库 6
2.2.5Linux内核 7
第三章 Android应用程序的结构 9
3.1 Android应用程序的概述 9
3. 1.1 Android应用程序的组成部分 9
3. 1.2 Android应用程序的生命周期 10
3. 2 Android应用程序包含的各个文件 13
第四章 系统设计 16
4.1 需求分析 16
4.2 开发平台 16
4.3 用户界面设计 16
4.4 数据库设计 17
4.5 程序模块设计 17
第五章 系统开发 19
5.1 Android开发环境搭建 19
5.1.1 下载安装Android SDK 19
5.1.2 安装Eclipse和ADT插件 20
5.2 文件结构和用途 21
5.2.1 新建项目 21
5.2.2 项目结构 24
5.3 后台功能实现 26
5.3.1 DBHelper类 26
5.3.2 Records类 28
5.3.3 RecordsDAO类 29
5.3.4 对象序列化 30
5.4 前台功能实现 31
5.4.1 改变程序背景 31
5.4.2 判断学生类型并跳转 32
5.4.3页面间跳转时的信息传递 32
5.4.4 Spinner和获取专业列表 33
5.4.5学生列表的实现 34
5.4.6提示信息 35
5.5 前台布局文件 35
5.5.1线性布局 36
5.5.2相对布局 37
5.5.3表格布局 38
5.6 系统测试 39
第六章 总结 44
致 谢 45
参考文献 46