目 录
摘要 I
关键词 I
Abstract I
Key words I
1 绪论 1
1.1 研究目的与意义 1
1.2 国内外的研究现状 1
1.3 本文的主要组织结构 1
2 系统开发环境介绍 2
2.1 Android开发平台基础知识 2
2.1.1 Android平台简介 2
2.1.2 Android的系统结构 2
2.2 课题相关的Android技术介绍 3
2.2.1 Android终端与Web服务器数据交互 3
2.3 开发工具介绍 3
3 需求分析及系统概要设计 4
3.1 系统可行性分析 4
3.2 功能需求分析 5
3.3 数据库设计 5
3.4 关系模型 8
3.5 数据库表 8
4 系统详细设计 10
4.1 系统整体架构设计 10
4.1.1 系统架构设计 10
4.1.2 系统整体架构 11
4.2 从功能模块看核心流程 12
4.2.1 服务端连接设计实现 12
4.2.2 登录注册设计实现 12
4.2.3 请假功能模块的实现 13
4.2.4 考勤模块实现 14
4.2.5 个人中心模块功能实现 16
5 实验与验证 17
6 系统测试 24
6.1 系统测试方法 24
6.2 系统测试过程 24
6.3 测试总结 27
7 设计总结 27
参考文献 28
致谢 29
摘 要
本论文介绍的是基于安卓技术的课堂考勤系统,本软件能够为用户提供实时查看课程信息,进行课堂签到的功能,能够解决当前高校对考勤信息管理困难的问题,对考勤信息进行统一的管理,提高考勤信息的实时性和统一性。这样能让高校对考勤信息的管理变得更加方便快捷,节省人力物力,为需求双方提供了一个便利的平台。
本软件系统采用Eclipse开发环境结合Android SDK进行设计,开发了一个基于Java语言的课堂考勤软件。系统主要实现了登录注册、请假、考勤签到、个人中心等主要功能模块。在请假和考勤签到中使用了百度定位的解决了签到时候对学生位置的定位,在查询考勤信息中可以根据不同的条件获得符合要求的考勤信息,个人中心可以对账号密码等进行修改。
关键词
课堂考勤;Android;Android SDK;
Abstract
This paper introduces a class attendance system based on Android technology.This software can provide real-time information for the user to view the curriculum,classroom attendance function and can solve the difficulties in managing current college attendance information for colleges and universities, uniformly managing the attendance information and improving the real-time and consistency of attendance information.This can make the management of attendance information more convenient and quick,and save manpower and material resources.It provides a convenient platform for both sides of demand.
The software system has developed a classroom attendance software based on Java using Eclipse to develop environment and combining with Android SDK to design.The system mainly implements the major functional modules of login,registration,leaving,attendance,personal center and so on.In the leave and attendance registration,the use of Baidu positioning has solved the positioned position when students sign.In the inquiry of attendance information,the system can access to the attendance information that meets the requirements according to different conditions.The password of the account number can be modified in the personal center.
Key words
Class attendance;Android;Android SDK;





