资源描述:
《高校教学管理系统的设计与实现习题作业管理模块大学本科毕业论文.docx》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要随着移动设备的发展和普及,拥有和熟练操作移动设备的人数已经有一个可观的数量,移动设备中的应用也是成千上万,这些应用中,除了一些娱乐类型的应用,大多数的应用都是为了使用户更方便的对某一领域的事物进行查阅、操作。Android操作系统是一款运行在移动设备中的主流操作系统,其流畅的操作体验,海量的应用,开放的开发平台,使其成为了目前三大主流的移动设备操作系统之一。通过不断地进行升级,目前的最新的4.4版本已经使用户的体验提升到了一定的高度,可以更加方便的操作移动设备,更流畅的体验,使人们更加依赖移动设备,成为了人们形影不
2、离的伴侣。本模块基于android系统最新版本开发的,能运行在使用android系统的手机设备中,使用eclipse开发工具androidSdk环境,使用java语言进行编写。页面展示运用activity组件,数据存放在XML文件当中,整个应用开发都是基于android开发的基础内容。本模块实现了教师对于习题的发布、修改、批阅,学生对习题的查看和作答,以及管理员对于个人信息及权限的操作,对于存储数据的管理等内容。节约了大量的资源和时间,方便了使用者对习题作业管理的操作。关键词:java,android,XML,习题作业
3、管理模块AbstractWiththedevelopmentandpopularizationofmobiledevices,hasthenumberandskilledoperatingmobileequipmenthasaconsiderablenumberofmobiledevices,applicationsandtensofthousandsof,theseapplications,inadditiontotheapplicationofsomeentertainmenttype,mostapplicatio
4、nsareforafieldofthingsusersmoreconvenienttoaccess,operation.Androidoperatingsystemisamainstreamoperatingsystemrunninginmobileequipment,itssmoothoperationexperience,massiveapplication,anopendevelopmentplatform,makingitoneofthethreemajoroperatingsystemformobiledev
5、ices.Byconstantlyupgrading,4.4thelatestversionofthecurrenthastheuserexperiencehasbeenelevatedtoacertainheight,canoperatemobileequipmentmoreconvenient,morefluentexperience,makepeoplemoredependentonmobiledevices,aspeoplefollowlikeashadowcompanion.Themoduleisbasedo
6、nthelatestversionofAndroidsystemdevelopment,canrunonthemobilephoneequipmentusedinAndroidsystem,usingeclipsedevelopmenttoolsandroidSdkenvironment,theuseofJavalanguage.Pagedisplayusingactivitycomponents,datastoredintheXMLfile,theapplicationdevelopmentarethebasisof
7、contentbasedonandroid.Thismoduleimplementstheteachersforexercise,modify,markingthereleaseofexercises,studentsviewandreply,aswellastheadministratorforthepersonalinformationandpermissions,tostoragedatamanagementetc..Savingalotofresourcesandtime,convenientforuserst
8、oexercisemanagementoperation.Keywords:Java,Android,XML,exerciseshomeworkmanagementmodule目录1概述31.1开发背景、目的及意义31.2开发环境31.3技术概述31.3.1eclipse概述31.3.2XML简介31.3.3MVC模式简介32基于