资料详情

基于Android的学生信息管理及沟通系统的设计与实现毕业论文+选题表+开题报告+设计源码+答辩PPT

头像

android

编号:3441

摘   要

近年来,随着移动互联网和电子信息技术的迅猛发展,使用Android技术开发的手机软件越来越多。人们已经从电脑中解放出来,可以采用更简巧的设备--手机,进行娱乐,工作。

本文通过对Android应用开发的初步研究,设计出了一款基于Android平台的学生信息管理及沟通系统。在对系统进行详细需求分析的基础上,确定了系统的基本功能要求,对系统的菜单界面、布局、系统数据获取、数据库操作进行了设计,最终实现学生信息管理及沟通系统简单的功能,包括管理员管理界面,教师界面,学生界面。

本文介绍了实现学生信息管理及沟通系统的相关理论基础、运行平台和实现技术,重点研究了SQLite数据库的技术特点及数据的存取,提高数据的存取效率,并合理布局系统界面,使界面更加美观和人性化,实现了学生信息系统的基本功能,最后,论文对学生信息系统的各个模块进行了功能和性能测试。

关键词:Android;学生信息;管理系统;SQLite

Abstract

In recent years,with the rapid development of mobile Internet and electronic information technology,more and more mobile phone software has been developed using Android technology. People have been freed from the computer,and more sophisticated equipment--phone,entertainment,and work can be used.

In this paper,a student information management and communication system based on Android platform is designed through the preliminary study of Android application development. On the basis of the detailed requirement analysis of the system,the basic functional requirements of the system are determined. The menu interface,layout,system data acquisition and database operation of the system are designed. Finally realize the simple function of student information management and communication system,including administrator management interface,teacher interface,student interface.

This paper introduces the theoretical basis,operating platform and implementation technology of the student information management and communication system. It focuses on the technical characteristics of the SQLite database and the access to data,improves the efficiency of data access,and reasonably arranges the system interface. It makes the interface more beautiful and humanized,and realizes the basic function of student information system. Finally,the paper tests the function and performance of each module of student information system.

Key words: Android;student information;management system;SQLite


目  录

摘   要 I

Abstract II

1 绪论 1

1.1 选题背景及意义 1

1.2 研究现状 1

1.2.1 教育系统发展现状 1

1.2.2 手机的应用市场发展现状 1

1.2.3 Android平台介绍 3

1.2.4 Android管理学生信息的意义 5

1.3.3 开发的环境及开发工具介绍 6

1.3 研究主要内容 6

2 相关技术介绍 7

2.1 Android的系统框架 7

2.2 Android的特性 7

2.3 Android的开发环境的搭建 8

2.4 Android的数据库 9

3 学生信息管理及沟通系统系统设计 13

3.1 学生信息管理及沟通系统概述 13

3.1.1开展该系统的原因 13

3.1.2 基本目标 13

3.2 系统需求分析 13

3.2.1 性能需求 14

3.2.2 功能需求 14

3.3 系统功能分析 14

3.4 可行性分析 15

3.4.1操作可行性 15

3.4.2技术可行性 15

3.4.3社会可行性 15

3.5 方案选择 15

3.6 任务概述 17

3.7 数据库的设计 17

3.8 系统流程图 20

4 学生信息管理及沟通系统功能实现 21

4.1 项目建立 21

4.2 类的创建 21

4.3.1 用户登录界面 22

4.3.2 用户注册界面 24

4.3.3 学生用户界面 24

4.3.4 教师用户界面 27

4.3.5 管理员界面 28

4.4 小结 30

5 学生信息管理及沟通系统系统测试 31

5.1 测试环境介绍 31

5.2 功能模块测试 31

5.3 系统性能分析 34

5.4 小结 34

总  结 35

致  谢 36

参考文献 37