資源描述:
《畢業(yè)論文--基于android的日歷提醒軟件的設(shè)計與實現(xiàn)》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、摘要本軟件是一種基于安卓平臺開發(fā)的一款日歷提醒軟件。本文主要通過現(xiàn)階段流行開來的智能手機(jī)的軟件的設(shè)計方法,來設(shè)計出一款能夠提醒一些事件的應(yīng)用軟件,其真實的目的是通過利用這次的開發(fā)過程來學(xué)習(xí)到安卓開發(fā)的一些方法和經(jīng)驗,從而深入地了解安卓開發(fā)。本文介紹了移動應(yīng)用的開發(fā)背景,首先需要學(xué)習(xí)安卓的開發(fā)環(huán)境的搭建和使用,其次對日歷提醒軟件做出需求分析,并且通過概要設(shè)計來確定其主要功能,然后對其中的功能進(jìn)行詳細(xì)設(shè)計并書寫代碼,最后進(jìn)行功能方面的一些測試來完成設(shè)計。通過上面的設(shè)計過程,最終實現(xiàn)了軟件的兩個功能:日程管理功能和課程管理功能。日程管理主要是針對某一天的一些事件進(jìn)行記錄和提醒,而課
2、程管理主要針對大學(xué)生人群制定,可以記錄一些課程的上課時間從而給忙碌的學(xué)習(xí)生活帶來一定的便利。關(guān)鍵詞:日歷提醒;安卓開發(fā);智能手機(jī)。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課題背景及設(shè)計意義11.2國內(nèi)外移動應(yīng)用開發(fā)的背景11.3本論文的主要內(nèi)容22Android及開發(fā)環(huán)境介紹32.1android系統(tǒng)自身的特點32.2android系統(tǒng)自身的功能特征32.3android的構(gòu)成及其工作機(jī)制42.4如何搭建開發(fā)環(huán)境52.4.1JDK的安裝52.4.2Eclipse的安裝62.4.3AndroidSDK的安裝62.4.4A
7、DT的安裝73日歷提醒軟件的需求分析83.1系統(tǒng)的需求分析83.1.1需求分析的過程83.1.2需求分析的方法83.2日歷提醒軟件系統(tǒng)的需求分析94日歷提醒軟件的概要設(shè)計104.1日歷提醒軟件的初步需求104.2日歷提醒軟件的概要設(shè)計104.2.1日歷提醒軟件的功能模塊說明104.2.2日歷提醒軟件的功能結(jié)構(gòu)圖105日歷提醒軟件的詳細(xì)設(shè)計135.1本軟件日歷界面的設(shè)計和實現(xiàn)135.2本軟件任務(wù)界面的設(shè)計155.2.1任務(wù)界面的數(shù)據(jù)庫準(zhǔn)備155.2.2日程添加界面175.2.3總?cè)粘痰慕缑?95.2.4對