Android学生管理软件设计

学生E管家主要是实现在校大学生对日常生活与学习生活的信息管理。具体功能主要有课表查询,学生打开软件可以查询每节课的相关信息,包括上课时间与地点;考前提醒,学生可以提前设置


摘要:本次的课题为设计实现一款学生管理软件,主要应用Android开发的相关技术。学生E管家是在智能手机和移动互联网的迅速普及和发展的浪潮下应运开发的,着重于实现碎片化信息的整理,解放大脑的负担,为在校大学生对日常生活和学习生活的管理提供便利。

学生E管家软件使用Android开发相关技术,在软件开发中使用Java作为开发语言。之所以在开发过程中使用Java语言,是因为Android最初设计旨在不同厂商的不同硬件平台上运行,不同平台意味着CPU指令集不同,所以我们在应用层就必须要有面对跨平台的支持性,能做到一次编译,到处运行,所以目前最成熟、可靠且流行的语言就是Java。

学生E管家主要是实现在校大学生对日常生活与学习生活的信息管理。具体功能主要有课表查询,学生打开软件可以查询每节课的相关信息,包括上课时间与地点;考前提醒,学生可以提前设置考试信息,学生E管家将在考试前一天提醒用户;消费记录,学生可以记录每一笔生活日常消费;消费预警,学生可以设置每日消费上限,当当天消费总额超过此上限时,应用将提醒学生;消费统计,在消费记录中,应用中存有学生详细的消费记录,基于这些数据,学生可以通过关键字查询这些记录,并且统计消费总额,有助于学生对自己的消费情况有总体的了解;校内信息,在校内信息栏位,学生可以查看学校重大事件,了解学校动态。本课题针对以上功能进行设计开发。

关键词:学生管家  Java  Android

Student E Steward

Abstract:The topic of this study is to design and implement a student management software, which is mainly applied to Android-related technologies. Student E Stewardship was developed under the tide of rapid popularization and development of smart phones and mobile Internet, focusing on the realization of fragmented information, the burden of emancipating the brain, and facilitating the management of college students' daily life and learning and living.

The student E housekeeper software uses Android to develop related technologies and uses Java as a development language in software development. The reason why Java language is used in the development process is because Android was originally designed to run on different hardware platforms from different vendors. Different platforms mean different CPU instruction sets, so we must have cross-platform support at the application layer. Sex can be compiled once and run everywhere, so the most mature, reliable, and popular language at the moment is Java.

Student E butler is mainly to achieve information management of college students on daily life and learning and living. The specific functions mainly include the inquiry of the timetable. Students can open the software to inquire about the relevant information of each lesson, including the time and place of the class. Before the test, the student can set the test information in advance. The student E butler will remind the user on the day before the test; Students can record every daily life consumption; consumption warning, students can set a daily consumption limit, when the total consumption of the day exceeds this limit, the application will remind students; consumption statistics, in the consumer record, the application contains a detailed student Consumer records, based on these data, students can search through these records through keywords, and the total consumption of statistics can help students to have an overall understanding of their consumption situation; school information, on-campus information field, students can view the school's major events To understand school dynamics.

This topic is designed and developed for the above functions.

Key Words: Student Steward  Java  Android

目  录

摘要Ⅰ

Abstract-Ⅱ