欢迎来到天天文库
浏览记录
ID:35896758
大小:987.00 KB
页数:59页
时间:2019-04-22
《毕业论文--基于android的日历提醒软件的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要本软件是一种基于安卓平台开发的一款日历提醒软件。本文主要通过现阶段流行开来的智能手机的软件的设计方法,来设计出一款能够提醒一些事件的应用软件,其真实的目的是通过利用这次的开发过程来学习到安卓开发的一些方法和经验,从而深入地了解安卓开发。本文介绍了移动应用的开发背景,首先需要学习安卓的开发环境的搭建和使用,其次对日历提醒软件做出需求分析,并且通过概要设计来确定其主要功能,然后对其中的功能进行详细设计并书写代码,最后进行功能方面的一些测试来完成设计。通过上面的设计过程,最终实现了软件的两个功能:日程管理功能和课程管理功能。日程管理主要是针对某一天的一些事件进行记录和提醒,而课
2、程管理主要针对大学生人群制定,可以记录一些课程的上课时间从而给忙碌的学习生活带来一定的便利。关键词:日历提醒;安卓开发;智能手机。iDesignAndImplementationOfCalendarReminderSoftwareBuiltOnAndroidPlatformAbstractThissoftwareapplicationisacalendarreminderbuiltonAndroidplatform.Thispaperistodesignanapplicationthatcanremindsomeeventsbasedondesigningmethodsoft
3、hecurrentpopularsmartphonesoftware.TherealpurposeistolearnsomemethodsandobtainexperienceofAndroiddevelopmentthroughtheuseofthedevelopmentprocess;thereforewecangetabetterunderstandingofAndroiddevelopment.Thispaperintroducesthebackgroundofmobileapplicationdevelopment.Firstofall,weneedtolearnh
4、owtobuildandusetheandroiddevelopmentenvironment.Second,we’resupposedtoworkontherequirementsanalysisforourapplication.Thenwe’reabletodeterminethemainfunctions.Afterthis,wecanstartdesigningandcodingforthedetailedfunctions.Finally,itisnecessarytowritetestcasestoverifyallfunctionalityofthisappl
5、ication.Throughtheabovedesignprocess,thisapplicationimplementstwofunctions.Theyareschedulemanagementfunctionandcoursemanagementfunction.Schedulemanagementfocusesonrecordingandremindingofsomeeventsononeday,andcoursemanagementisdesignedforuniversitystudentstorecordthetimeofcourses,whichcanmak
6、ethebusylearninglifemoreconvenient. Keywords:Calendarreminder;GoogleAndroidSDK;SmartPhone.ii目录摘要iAbstractii1绪论11.1课题背景及设计意义11.2国内外移动应用开发的背景11.3本论文的主要内容22Android及开发环境介绍32.1android系统自身的特点32.2android系统自身的功能特征32.3android的构成及其工作机制42.4如何搭建开发环境52.4.1JDK的安装52.4.2Eclipse的安装62.4.3AndroidSDK的安装62.4.4A
7、DT的安装73日历提醒软件的需求分析83.1系统的需求分析83.1.1需求分析的过程83.1.2需求分析的方法83.2日历提醒软件系统的需求分析94日历提醒软件的概要设计104.1日历提醒软件的初步需求104.2日历提醒软件的概要设计104.2.1日历提醒软件的功能模块说明104.2.2日历提醒软件的功能结构图105日历提醒软件的详细设计135.1本软件日历界面的设计和实现135.2本软件任务界面的设计155.2.1任务界面的数据库准备155.2.2日程添加界面175.2.3总日程的界面195.2.4对
此文档下载收益归作者所有