资源描述:
《毕业论文--基于Android平台的个人日历的设计与开发》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)基于Android平台的个人日历的设计与开发摘要个人日历是基于Android平台开发的,运行在Android手机平台的个人日程管理软件。本文是对基于Android平台的个人日历的设计与开发。本文调研了当前手机端个人日历的使用背景,发现大多数的日历软件都只能记录个人日程,不能完成日历软件与其他办公自动化系统信息共享。针对该问题,本文设计了基于的Android平台的个人日历,实现了个人日历软件同步其他办公自动化系统的日程信息,使得可以在个人手机上可以查看办公自动化系统的日程信息。本文介绍了软
2、件所使用的关键技术,包括Android、fragment、service、activity。再然后,介绍日历的设计与开发,包括系统需求分析、功能设计、框架设计、界面设计、数据层设计以及各部分功能的实现。最后本文对全文进行总结,总结设计实现过程中遇到的问题、系统的不足、优势与自己的收获。关键词:个人日历;Android;日程管理II毕业设计(论文)THEDESIGNANFDEVELOPMENTOFPERSONALCALENDARBASEDONANDROIDPLATFORMAbstractPersonalc
3、alendarisapersonalschedulemanagementsoftwaredevelopedontheAndroidplatform,runningontheAndroidplatform.ThispaperistodesignanddevelopofpersonalcalendarbasedontheAndroidplatform.Thispaperinvestigatesthecurrentmobileterminalusepersonalcalendarbackground,wefo
4、undthatmostofthecalendarsoftwarecanrecordapersonalagenda,cannotbecompletedcalendarsoftwareinformationsharedwithotherofficeautomationsystem.Tosolvethisproblem,thisarticleisdesignedbasedontheAndroidplatform,personalcalendar,toachieveapersonalcalendarsoftwa
5、retosynchronizeotherofficeautomationsystemscheduleinformation,makingitpossibletobeabletoviewtheofficeautomationsystemonapersonalphonescheduleinformation.Thispaperintroducesthekeytechnologiesofsoftwareuse,includingAndroid,fragments,service,activity.Then,i
6、ntroducesthedesignanddevelopmentofcalendar,includingsystemrequirementsanalysis,functionaldesign,frameworkdesign,interfacedesign,thedatalayerdesignandtherealizationofthefunctionofeachpart.Finallythispapersummarizesthefulltext,summarizestheproblemsintheimp
7、lementationprocessofdesign,advantagesanddisadvantagesofthesystemandthedeficiencyoftheharvestoftheirown.Keyword:Personalcalendar;Android;schedulemanagementII华北电力大学本科毕业设计(论文)华北电力大学本科毕业设计(论文)目录摘要IAbstractII1绪论11.1课题背景11.2研发现状11.3软件研究意义11.4研究内容与方法12相关技术与知识32
8、.1开发平台Android32.2MVC开发模式32.3局部界面fragment32.4Webservice32.5Localservice42.6SQLite数据库42.7线程42.8开发平台介绍43需求分析与设计63.1需求分析63.2功能设计73.3数据层设计113.4界面布局设计164个人日历的实现194.1数据层实现19华北电力大学本科毕业设计(论文)4.2界面实现234.3Web服务314.4本地服务334.5日程同步354.6