摘 要
随着我国教育事业的不断发展,各级教育层次的教学规模日益扩大,采用传统的大学新生报到方法(如直接手工管理或者开发程度不高的管理系统)不但浪费大量人力、物力和财力资源,而且不能满足当前教育发展的需求。
大学新生报到系统是一种融合管理科学、信息科学、系统科学和计算机技术为一体的综合性先进管理手段。新生报到系统从录入新生信息、分班、分寝室、学生信息管理、班级信息管理、寝室信息管理、楼宇信息管理、专业信息管理以及管理人员信息管理等各个环节都用计算机来控制,这不仅大幅度的提高了学校的工作效率,还减轻了教工的工作压力,快捷的工作效率受到了同学们的一致好评。本文介绍了Android系统的背景及开发其应用程序的意义;综述了手机系统及其应用程序的研究现状和开发前景;提出了应用程序-新生入学宝典的设计与实现,并分析了其技术、经济可行性;建立并采用Eclipse + Android SDK集成环境,完成了应用程序的界面设计和功能实现,其中界面设计采用的是开发环境中的固定语法,功能实现采用的是具有广阔应用领域的Java语言。系统不仅实现了单一的校园资讯指南,在应用程序中还增加了Google地图导航,GPS定位等附加功能。设计完成后在Android SDK仿真平台中顺利实现了整个应用程序及其所有附加功能。
关键词:手机APP,新生入学宝典,Android系统,Java语言
ABSTRACT
With the continuous development of education in our country, the teaching scale at all levels of education is expanding day by day. It is not only wasting a lot of manpower to adopt the traditional method of enrollment of college freshmen (such as direct manual management or the development of management system of low degree). Material and financial resources, and can not meet the current needs of educational development.
The college freshman registration system is a comprehensive advanced management method which integrates management science, information science, system science and computer technology. The new student registration system inputs freshman information, divides classes, divides dormitory, student information management, class information management, dormitory information management, building information management, All aspects of professional information management and management information management are controlled by computers. This not only greatly improves the work efficiency of the school, but also lightens the working pressure of the teaching staff. The quick work efficiency has been unanimously praised by the students. This paper introduces the background of Android system and its application program. The research status and development prospect of mobile phone system and its application program are summarized, and the design and implementation of the application program, the new student enrollment code, are put forward, and its technical and economic feasibility are analyzed. The interface design and function realization of the application program are completed by using the Eclipse Android SDK integrated environment. The interface design adopts the fixed syntax in the development environment, and the function realization adopts the Java language with wide application field. The system not only implements a single campus information guide, but also adds Google map navigation and GPS positioning in the application program. Additional functions. After the design is completed, the whole application program and all its additional functions are successfully implemented in the Android SDK simulation platform.
Key words: mobile phone APP, new entrants to school, Android system and Java language
目 录
摘 要 I
ABSTRACT II
第1章 绪论 5
1.1 课题研究的背景及意义 5
1.2 国内外研究现状 5
1.2.1 国内外手机系统现状 6
1.2.2 国内外手机应用程序现状 7
1.3 大学生入学指南系统APP开发前景 8
1.4 设计说明书主要内容与结构 9
第2章 设计要求与可行性分析 10
2.1 设计内容及目标 10
2.1.1 设计内容 10
2.1.2 设计目标 10
2.2 可行性分析 11
2.2.1 技术可行性 11
2.2.2 经济可行性 11
2.2.3 操作可行性 12
第3章 大学生入学指南系统APP开发环境的建立 13
3.1 建立开发环境 13
3.2 认识开发环境 13
3.3 大学生入学指南系统APP组件 15
第4章 大学生入学指南系统APP的设计与实现 16
4.1 界面设计 16
4.1.1 启动界面 16
4.1.2 主菜单界面 16
4.1.3 系部介绍界面 17
4.1.4 系部风采界面 18
4.1.5 专业建设界面 19
4.1.6 电子竞赛界面 20
4.1.7 实验室建设界面 22
4.1.8 学科讲座界面 23
4.1.9 精品课程界面 24
4.1.10 招生办界面 26
4.1.11 地图服务界面 27
4.1.12 退出软件对话窗口 28
4.2 算法设计 29
4.2.1 启动界面的事件处理 29
4.2.2 主菜单事件的处理 31
4.2.3 系部介绍界面的事件处理 33
4.2.4 系部风采界面的事件处理 35
4.2.5 专业建设界面的事件处理 36
4.2.6 电子竞赛界面的事件处理 38
4.2.7 实验室建设界面的事件处理 39
4.2.8 学科讲座界面的事件处理 41
4.2.9 精品课程界面的事件处理 42
4.2.10 招生办界面的事件处理 44
4.2.11 地图服务界面的事件处理 45
结 论 47
参考文献 48
致 谢 50