摘 要随着智能手机的普及,人与人之间的互动突破了以往在时间和空间上的种种限制,智能手机让人们的生活发生着许多不可思议的变化,它影响并改变着人们的工作,学习和生活。智能化设备的使用,在诸如服务,管理,监测等许多领域使人们在获取和使用数据时变得更加容易。如今,移动学习方面的应用有着良好的前景,基于Android的移动互动学习系统旨在加强学生和教师间的互动。
本论文首先对移动互动学习系统进行了背景介绍和国内外现状介绍,然后分别从系统开发环境、系统分析、系统详细设计、系统实现和系统测试这几个方面来阐述移动互动学习系统的应用设计过程,本应用使用Java语言设计,主要实现了登录注册、添加教学活动、教学活动管理、答题记录、退出程序等模块的功能。在设计完成之后,通过对系统测试的结果表明,本系统界面简洁,功能完整,实用价值很高,具有广阔的使用推广前景。87201
毕业论文关键词:智能手机;Android;移动互动学习平台;JAVA
Abstract With the popularity of smartphone, the interaction between people broke through the previous restrictions of time and space。 People's life are changed incredible, such as it affects and changes people's works, studies and life。 In many areas,such as services, management, monitors and so on,the use of intelligent devices make it easier for people to get and use data。 Nowadays, the application of mobile learning has a good prospect。The mobile-interactive-learning system which is based on Android that can be designed to strengthen the interaction between students and teachers。
Firstly, this thesis introduces it’s background and the present situation in the world of the mobile-interactive-learning system。 then,we describe the design process of mobile-interactive-learning system from the system’s development environment, system analysis, system detailed design, system implementation and system test。This application mainly implements the register and login function, add teaching activities function, teaching management function, answer records function, exit function by Java language。 We have tested after the design is completed。The system test results show that the system has simple interface , functional integrity and it has very high use value。This system has broad popularization and use prospect。
Keywords: Smartphone;Android; mobile interactive learning platform; JAVA
目 录
第一章 绪论 1
1。1 选题背景 1
1。2 课题研究现状 1
1。3 开发环境介绍 2
1。3。1 java简介 2
1。3。2 Android简介 3
1。3。3 XML简介 3
1。3。4 JSON简介 4
1。3。4 JDK的安装 4
1。3。5 Eclipse安装 4
1。3。6 Android SDK的安装 5
1。3。7 ADT的安装 5
1。3。8 创建Android虚拟机 7
1。4 研究内容 7
1。5 主要设计思路 8
1。6 论文的组织结构 8
1。7小结 8
第二章 系统分析 10
2。1 系统可行性分析