资源描述:
《毕业论文范文——基于安卓平台的手机助手设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于安卓平台的手机助手设计与实现Abstract摘要Android是智能手机最广泛的应用系统之一,在如此大的市场环境下,Android应用数不胜数,但应用也增加了手机的负荷,降低了手机的使用效率。针对此问题,对用户遇到的实际问题进行了调查,分析出用户们希望通过应用软件对手机进行管理,从而提高手机性能。通过对用户的需求调查,针对用户所面临的问题,设计并开发了一个手机助手软件系统。系统实现了屏蔽来电、软件管理、任务管理、手机杀毒等功能,主要开发过程包括:对该系统进行需求分析,得到该系统的用例图及用例描述;对系统进行分析设计,得到该系统的结构设计
2、和功能模块设计;设计数据库,得到数据库表;基于Java语言、Android开发技术实现系统,编写了代码;对系统进行功能测试,保证其功能的完善。在系统开发完成后,将本系统在小范围内的用户手机中进行了测试调查,调查结果得出系统可以达到预期的效果,用户们对系统的使用反响良好。总结用户们反馈回来的信息,他们指出该系统可以帮助用户对手机的日常管理,达到了系统在设计阶段时所针对的问题,为用户提供了管理便利和安全保护。关键词:Android;手机助手;数据库;Java37AbstractTitleDesignandimplementofAndroidph
3、onesassistantsystemAbstractAndroidisoneofthemostwidelyusedsmartphoneapplications,insuchalargemarketenvironment,Androidapplicationsarenumerous,buttheapplicationalsoincreasestheloadonthephone,reducingtheefficiencyintheuseofmobilephones.Tosolvethisproblem,thepracticalproblems
4、encounteredbyusersconductedasurveytoanalyzetheusershopetomanageapplicationsoftwareformobilephonestoimprovecellphoneperformance.Byinvestigatingtheneedsofusers,fortheproblemfacedbyusers,designedanddevelopedamobileassistantsoftwaresystem.Systemtoachievetheshieldingcalls,softw
5、aremanagement,taskmanagement,mobileantivirusandotherfunctions,themaindevelopmentprocessincludes:thesystemneedsanalysis,usecasediagramofthesystemandusecasedescriptions;systemanalysisanddesign,togetthestructureofthesystemdesignandfunctionmoduledesign;designdatabase,getthedat
6、abasetable;basedontheJavalanguage,Androiddevelopmenttechnologysystems,thepreparationofthecode;functionaltestingofthesystemtoensureperfectitsfunctions.Afterthesystemisdeveloped,thesystemwillbeinasmallrangeofmobilephoneusersweretestedinthesurvey,thefindingsdrawsystemcanachie
7、vethedesiredeffect,usersofthesystemusingagoodresponse.Summaryinformationfedbackusers,theypointoutthatthesystemcanhelpusersmanagethephonedaily,reachingthesysteminthedesignstageforproblems,toprovideuserswiththeconvenienceandsecuritymanagement.Keywords:Android;mobileassistant
8、;database;Java37目录目录第1章绪论11.1课题研究背景11.2目的及意义11.2.1目的11.2.2意义11.3Android发展现状21.4论文组织结构21.5