资源描述:
《学位论文-—基于android的手机卫士的开发.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)说明书论文名称:基于android的手机卫士的开发2014年10月摘要随着智能手机一步步走进普通人的生活,它将成为人们获取信息的主要设备。因此,手机的娱乐应用服务将会有很大的发展空间,手机卫士就是其中之一。Android平台提供给用户非常方便的数据查阅功能,这将为手机安全卫士软件的设计与实现提供了更好的平台。另外,Android平台基本上是开源、免费的,所以能够有效降低软件的成本,最终让每个用户能够自由地获取信息,也为手机软件服务的普及做出贡献。本文对目前应用的Symbian、WindowsMobile、MacOSX和
2、RIM等平台的现状进行了分析与比较。进而研究分析了Android平台的系统架构和组件模型,接着解析了Android中的重要API和应用构成,以Intent和生命周期的机制。在此基础上,基于Android平台设计和开发的手机卫士软件。本系统界面友好、操作便捷,具有良好的可扩展性和可维护性;系统经过测试,可以稳定运行,能够满足手机用户的基本需求。关键字:Android;开源;生命周期IAbstractWiththeMobilePhoneentersintothelivestepbystep,itwillbecomethemaindevic
3、etoobtaininformation.ServicesofmobilePhonewillhavegreatdevelopmentspace,PhoneGuardianisoneofthem.AndroidplatformoffersusersveryconvenientCampusInformationthefunction,ThiswillbeforPhoneGuardianthedesignandimplementationofserviceprovidesabetterplatform.Inaddition,Androidp
4、latformisbasicallyopen-sourceandfree,socaneffectivelyreducethesoftwarecosts,Finallyleteachuserwillbefreetogetinformation,AlsoforthepopularizationofmobilephoneCampusInformationtheservicecontribution.ThispaperdiscussesthepresentapplicationofSymbian,WindowsMobile,MacOSXand
5、RIMsituationofsuchplatformareanalysedandcompared.FurtherresearchandanalysisoftheAndroidplatformsystemarchitectureandthecomponentmodel,thenanalyzestheimportantAndroidAPIandtheapplicationform,withIntentandlifecyclemechanism,onthisbasis,designanddevelopmentofmobilephonePho
6、neGuardianthesoftwarebasedontheAndroidplatform.Thissystemfriendlyinterface,Convenientoperation,Hasgoodexpansibilityandmaintainability;aftertestofsystem,canstableoperation,Tomeetthebasicneedsofmobilephoneusers.Keywords:Android;open-source;lifecycle1目录摘要IAbstractII引言1第1章A
7、ndroid开发背景21.1Android概述21.1.1认识Android21.1.2认识WEB2.0标准21、结构标准语言2(1)DOM3(2)ECMAScript31.2Android相关技术介绍及分析41.2.1Android系统架构的研究41.2.2Android系统架构分析51.2.2Android应用的构成和工作机制8第2章Intent详解92.1Intent简介92.2Intent的抽象描述92.3Android中如何解析Intent9第3章开发工具的介绍113.1Eclipse113.2SQLite数据库113.3J
8、DK开发环境介绍11第4章软件的总体分析和设计134.1需求分析134.2手机卫士功能的设计134.2.1欢迎界面134.2.2手机防盗界面154.2.3软件管理界面164.2.4进程管理界面164.2.5手机杀毒界面1