安卓系统手机app小书童的开发(源码)

Android操作系统作为当下主流操作系统之一,其飞速的发展也影响着越来越多人的生活方式。 本文详细介绍了一款教育社交类APP“小书童”的研究及开发。在“小书童”的研发过程中,首先通过用户的需求分析,得出一个大概的系统模型。该开发项目数据库采用MYSQL构建,客户端采用H5和JAVA配合实现,服务端采用JSP技术,运行了了SSH框架。该项目实现的主要功能有通知、聊天、签到、作业、请假和晒娃等。通过对本项目的开发,深入了解安卓开发的理论知识以及实战经验,为以后的开发奠定了基础。
目录
摘要 1
关键词 1
ABSTRACT 1
KEY WORDS 1
引言
1 概述 1
1.1 研究背景 1
1.2 研究现状 2
1.3 研究目标 2
2 系统开发环境 2
2.1 ANDROID技术 2
2.2 MYSQL数据库 3
2.3 JSP技术 3
3 系统分析 3
3.1 用户需求分析 3
3.2 可行性分析 4
3.2.1 技术可行性 4
3.2.2 经济可行性 4
3.2.3 操作可行性 4
3.3 设计目标及原则 4
3.4 系统功能需求概述 4
3.4.1 功能概述 4
3.4.2 系统功能结构 4
3.5 系统流程设计 5
3.5.1 系统开发流程 5
3.5.2 用户登录 5
3.6 系统用例 6
3.6.1 服务器端用例 6
3.6.2 客户端用例 7
3.7 系统设计规则与运行环境 7
4 数据库设计 7
4.1 数据库概念设计 7
4.2 数据库实体 7
4.3 数据库表设计 9
5 系统的实现 11
5.1.3 公告通知界面 12
5.1.4 家长管理界面 13
5.1.5 聊天界面 13
5.1.6 作业 *好棒文|www.hbsrm.com +Q: &351916072& 
管理界面 14
5.1.7 签到查看界面 14
5.1.8 请假查看界面 15
5.1.9 晒娃界面 15
5.1.10 个人信息界面 15
5.1.11 修改密码界面 16
5.2 客户端家长功能模块的实现 16
5.2.1 客户端家长主菜单界面 16
5.2.2 聊天界面 17
5.2.3 作业查看界面 18
5.2.4 签到界面 18
5.2.5 签到查看界面 18
5.2.6 请假界面 18
5.2.7 晒娃界面 19
5.3 服务端管理员功能模块的实现 19
5.3.1 服务端登录界面 19
5.3.2 人员管理界面 19
5.3.3 通知管理界面 20
总结 20
致谢 20
参考文献 21
安卓系统手机APP“小书童”的开发
The development of the APP "small book boy" of the Android system mobile phone
Student majoring in computer science and technology LIU Yao
Tutor ZHAO Qingsong
Abstract:Android operating system is one of the mainstream operating systems. Its rapid development also affects more and more peoples lifestyle. This article introduces in detail the development process of an educational social class APP "small book boy". In the whole development process, we first investigate the actual needs of users and analyze them, and draw a general system model. The development project database is constructed by MYSQL, and the client is implemented by H5 and JAVA. The server adopts JSP technology and runs the SSH framework. The main functions of the project include notification, chat, checkin, homework, leave and sun baby. Through the development of this project, we thoroughly understand the theoretical knowledge and practical experience of Android, and lay the foundation for future development.
Key words: Small book APP; Android technology; MYSQL database
引言
1 概述
1.1 研究背景
智能手机在当今这个时代已不再是稀有产物。现如今,人们使用的主要是Android系统和IOS系统,而相比之下,安卓手机的使用人群更加广泛,这都依赖于安卓系统的强大性能优势,与此同时,安卓手机相对于苹果手机来说,价格也比较便宜,性价比较高,因此受到大多数人的青睐。
Android操作系统是以Linux平台为基础,由Google公司和开放手机联盟领导合作开发[1]。而操作系统、中间件以及用户界面是Linux的主要部分[2],Linux平台较好的一个特征就是具有开源性,在某种程度上,为移动客户端的开发带来了福音。正是因为如此,它发展的速度十分迅速,给当今较为流行的苹果系统带来了很大压力,与此形成激烈竞争,同时为安卓系统的普及和发展奠定了基础。

版权保护: 本文由 hbsrm.com编辑,转载请保留链接: www.hbsrm.com/jsj/jsjkxyjs/1659.html

好棒文