資源描述:
《基于安卓平臺的手機助手的設計與實現畢業(yè)論文》由會員上傳分享,免費在線閱讀,更多相關內容在學術論文-天天文庫。
1、本科學生畢業(yè)論文論文題目:基于安卓平臺的手機助手的設計與實現摘要近年來隨著智能手機的普及,以及安卓平臺在移動開發(fā)領域市場的占有率的提高,開發(fā)出有實際用途的應用變得越來越重要。為了方便安卓手機用戶獲得所需要的信息和完成手機的個性化設置,設計了基于安卓平臺的手機助手系統(tǒng),通過手機助手可以使用集成在該系統(tǒng)中的每個功能模塊,為手機用戶提供高效、方便的服務。本文首先根據手機助手系統(tǒng)的實際需求,分析該助手應具有的功能,其次對系統(tǒng)已實現的功能模塊進行了詳細介紹,接著對該手機助手的布局設計和功能進行展示,最后總結了開發(fā)基于安卓平臺應用程序所得到的經驗和心
2、得。本系統(tǒng)是基于安卓平臺的,使用Java編程語言,界面使用XML語言開發(fā),涉及到數據庫開發(fā)的功能模塊使用安卓平臺的內嵌數據庫SQLite為開發(fā)平臺。該手機助手實現了旅游攻略查詢、天氣預報查詢、任務管理器、日程安排管理和短信語音播報等功能,充分考慮了手機用戶對信息獲取和手機操作的需求,使用戶通過簡單的操作得到想要的信息。關鍵詞安卓平臺;手機助手;移動開發(fā);AndroidSDKIIAbstractInrecentyears,withthepopularityofsmartphones,andtheincreasingshareofAndroi
3、dplatforminthefieldofmobiledevelopment,developingusefulapplicationsisbecomingmoreandmoreimportant.FortheconvenienceoftheAndroidmobilephoneuserstoaccesstotheinformationtheyneedandcompletetheirpersonalizedsettings,IdesignedamobileassistantwhichisbasedontheAndroidplatform,by
4、usingthissystem,mobileuserscouldgetefficientandconcenientservice.Fromthisdesign,firstly,analyzingthefunctionsthatthisassistantshouldcontains,accordingtotheactualneedsofthemobileassistantsystem.Secondly,itmadeadetaileddescriptiontofunctionalmodulesthatthesystemhasbeenimple
5、mented,andthenitdisplaysthelayoutandfunctionsofthemobileassistant.Finally,itsummarizestheexperiencethatIgotfromtheapplicationsdevelopmentbasedonAndroidplatform.ThissystemisbasedontheAndroidplatform,usingJavaasthemaindevelopinglanguage,thedevelopmentoftheinterfacesareachie
6、vedbyXML.ThefunctionalmoduleswhichneeddatabaseweredevelopedbyusingSQLiteasthedevelopmentplatform.Thismoblieassistantachievesatourismstrategy,weatherforecast,asimpletaskmanagement,schedulemanagement,andSMSvoicebroadcast.Consideringthemobilephoneusers’needs,thissystemallowi
7、ngusersgetinformationthroughsimpleoperation.KeywordsAndroidplatform;Mobilephoneassistant;Mobiledevelopment;AndroidSDKII目錄摘要IAbstractII第一章前言11.1本文研究的背景與意義11.1.1研究背景11.1.2研究意義11.2國內外研究現狀21.3本文所做工作3第二章相關知識及技術介紹42.1安卓平臺介紹42.2開發(fā)工具及開發(fā)環(huán)境簡介52.2.1開發(fā)工具的介紹52.2.2開發(fā)環(huán)境的介紹62.3主要技術介紹62.3
8、.1安卓平臺架構62.3.2安卓應用程序的解析72.3.3安卓的基本組件82.3.4XML簡介92.4數據庫介紹92.4.1SQLite簡介92.4.2SQLite數據庫操作10第三章系統(tǒng)的需