基于Android系统的课程管理系统
- 格式:doc
- 大小:7.67 MB
- 文档页数:37
基于Android系统的课程管理系统
基于Android系统的课程管理系统
此文档为WORD格式,下载后可随意编辑
2017年9月修订 基于Android系统的课程管理系统
摘 要
随着无线移动设备的发展,手机也日益普及,Android系统的推出使手机的发展进入到了一个新的领域,世界上一些知名的移动设备生产厂商对于Android智能机的开发热情也日益提高,Android系统的使用人群正在急速提升,Android应用程序的多样化对人们快速获取资讯以及方便人们的生活起着不可忽视的作用,近年来Android得到了社会更多的认同和应用,本文主要概述了Android系统的体系结构,Android应用程序的开发环境和用JAVA语言开发基于Android系统的课程管理系统中的一些技术实现方法,这些技术包括:基于Android系统的课程管理系统的用户界面设计,SQLite数据库的建立和存储,在系统的设计与实现中,确定系统的开发思想以及开发环境,最后给出了系统中模块的详细设计与实现,并对系统模块涉及到的关键源代码进行了详细的分析,本人将在文中对各个技术要点进行具体的阐述,经过调试运行后表明,系统可以满足用户的各项需求。
关键词:课程管理 基于Android系统的课程管理系统
Abstract
With the development of wireless mobile devices, mobile phones have been increasingly
popular, and the introduction of Android system has promoted the development of phones
into a new area. Some of the world’s leading mobile device manufacturers have also shown
great enthusiasm for the exploitation of Android intelligent machines. Beside, diversified
Android application programs play a significant role in people’s quick access to information
and facilitation of people's life. Therefore, customers of this system are rapidly increasing In
recent years. This paper outlines the architecture of Android system, its development
environment and some technical implementation of Class management system on android
system based on JAVA language. These technologies include the design of user interface of
Class management system on android system, system calls of API, and establishment and
storage of SQLite database. During the design and realization of the system, making sure the
development thought of the system, at last show the design details with realize finally an a
key for of detailed design with realization, and analyzed the program which relate to the
system module The author will elaborate each technological point specifically in this paper.
After debugging and running, it shows that the system can satisfy with users to buy the things
they need.
Keywords:
Class manage 基于Android系统的课程管理系统
目 录
1 引言 ................................................................................................................................... 6
1.1 开发背景 .................................................................................................................... 6
1.2 课题研究意义 ............................................................................................................ 6
1.3 开发工具及环境的选择 ............................................................................................ 6
1.4 Android环境搭建 ....................................................................................................... 7
2 研究现状及设计目标 ..................................................................................................... 10
2.1 课程管理系统软件的特点 ...................................................................................... 10
2.1.1 界面特点 ............................................................................................................ 10
2.1.2 使用特点 .............................................................................................................11
2.2 现行研究存在的问题及解决办法 ...........................................................................11
2.2.1 布局问题 .............................................................................................................11
2.3 本课题要达到的设计目标 .......................................................................................11
2.4 经济效益分析 ...........................................................................................................11
3 关键问题及分析 ............................................................................................................. 12
3.1 采用的关键技术 ...................................................................................................... 12
3.1.1 UI界面技术 ........................................................................................................ 12
3.1.2 UI界面介绍 ........................................................................................................ 12
3.1.3 UI界面语言 ........................................................................................................ 13
3.1.4 UI编程工具介绍 ................................................................................................ 13
4 需求分析 ......................................................................................................................... 15
4.1 业务流程 .................................................................................................................. 15
4.2 功能需求 .................................................................................................................. 15
4.3 登录功能需求 .......................................................................................................... 16
4.3.1 管理员功能需求 ................................................................................................ 16
4.3.2 老师功能需求 .................................................................................................... 16
4.3.3 学生功能需求 .................................................................................................... 16
5 系统设计 ......................................................................................................................... 17
5.1 系统体系结构 .......................................................................................................... 17