资源描述:
《android电子课表计算机毕业设计基于android平台的电子课表查询设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计题目:基于android平台的电子课表查询设计与实现姓 名:班级:软件班学 号:学院:软件学院专业:软件工程2指导教师:2014年4月18日2基于android平台的电子课表查询设计与实现摘要智能手机虽然早在多年前就已出现,但那时的智能手机的功能主要是本地应用,这些手机以Nokia的Symbian系统为主。但随着移动互联网时代的到来,本地应用已远远无法满足用户的需求了。然而在创新为王的今天,新的技术总在不断取代旧的技术。以创新闻名的Google为了进军移动广告市场,就开始研制新的移动操作系统Android。本程序主要使
2、用了Java和Android的基础编程知识,用户界面采用MVC模型的电子课表应用程序的结构和设计实现过程。本程序的开发工具为Eclipse,并通过与SQLite数据库相连,从而实现了基于Android的电子课表管理应用程序。关键词:Android,Sqlite,MVC2Queryandroidplatform-basedelectroniccurriculumDesignandImplementationAbstractAlthoughmanyyearsagosmartphoneshadalreadyappeared,buta
3、tthattimethesmartphone'smainfunctionisthelocalapplicationandthesephonesisbasedonNokia'sSymbianOS.ButwiththearrivaloftheeraofmobileInternet,thelocalapplicationhasfarunabletomeettheneedsofusers.However,ininnovationisthekingoftoday,newtechnologyisalwaysreplacingtheoldt
4、echnology.Inordertoenterthemobileadvertisingmarket,Google,knownforinnovation,startedtodevelopanewmobileoperatingsystemAndroid.TherehavebeenallkindsofsoftwareandapplicationstojointheAndroidsystem,thecalendarapplicationprogramasoneofthedailytools,ithasmanysmallfunctio
5、ns.Mainlyinthedisplayofdategivespeopletheexpressionofthevisualeffect,inquiresthedateisveryconvenientandsimple,anditisalsoareminderofcertainfestivalsthatcanbroughtusgreatconvenience.Itisamorepracticallittletool.ThisprogramismainlyusedthebasicprogrammingknowledgeofJav
6、aandAndroidanduserviewusingtheMVCmodel.ItsdevelopmenttoolisEclipse,andconnectstotheSQLitedatabase,therebyachieveacalendarapplicationprogrambasedonAndroid.Itsmainfunctionsincludethefollowingtwoaspects:first,thefrontdisplay,intheapplicationhomepageyoucanviewdate;Secon
7、d,backgroundmanagement,mainlydosomethingaboutcreate,retrieve,update,deleteofinformation.Keywords:Android,Sqlite,MVC-3-目录摘要1Abstract2目录3第1章 绪论51.1论文研究主要内容51.2国内外现状6第2章 关键技术介绍82.1Java开发方面82.2Android用户界面技术8第3章 系统分析103.1系统概述103.1.1功能框架103.1.2系统特性113.1.3需求规格113.1.4系统用例规约
8、123.1.5系统的流程分析153.2系统开发环境163.3系统任务的可行性分析17第4章 系统设计184.1设计指导思想和原则184.1.1指导思想184.1.2软件设计原则184.2系统的功能结构设计184.3系统静态模型设计204.4数据库设计224.4.1数据库设计的