河南城建学院本科毕业设计(论文)摘要毕业设计[论文]题目:基于Android的手机卫士开发学院:计算机科学与工程学院专业:信息管理与信息系统姓名:学号:指导老师:完成时间:2014年5月26日河南城建学院本科毕业设计(论文)摘要I基于Android平台的手机卫士开发摘要随着通讯行业的迅猛发展,我国的手机用户也在不断的增加。据信息部的统计数据显示,我国已有接近7.4亿手机用户。随着手机群体的日益壮大,手机的失窃、遗失,隐私泄露等现象也变得日渐寻常,因此给用户带来诸多不便,甚至衍生纠纷。通过对市场进行大量的调查结合我们的专业知识,基于现在最热门的智能手机操作系统(Android)开发一款手机卫士,赋予它手机防盗和隐私保护等功能已变得很有必要。本设计针对智能手机用户日常使用的实际情况,对用户手机的日常功能需求进行调查,确定了所包含的功能和框架。本设计采用软件工程中结构化思想,采用标准的软件设计流程,从可行性研究、需求分析、系统设计以及系统实现和测试等步骤来开发手机卫士系统,采用Android开发平台,将系统分为九大模块,覆盖了商业市场中手机卫士应具有的各种功能,实现了手机防盗,短信拦截,电话拦截,恶意软件卸载,流量监控,隐私保护等种种功能,具有很强的实用性。【关键词】Android,手机卫士,隐私保护,手机防盗河南城建学院本科毕业设计(论文)AbstractIIAbstractWiththerapiddevelopmentoftelecommunicationsindustry,China'smobilephoneusersarealsointheconstantincrease.AccordingtothestatisticaldataoftheMinistryofinformationdisplay,ourcountrynearly740000000mobilephoneusers.Withthepopulationgrowingmobilephone,mobilephonestolen,lost,privacyleakagephenomenonhasbecomeincreasinglycommon,sogivetheusertobringalotofinconvenience,andevenderivativedispute.Withourprofessionalknowledgethroughextensiveinvestigationtothemarket,itisnowthemostpopularintelligentmobilephoneoperatingsystem(Android)basedonthedevelopmentofamobilephoneguardian,givingitamobilephoneanti-theftandprivacyprotectionfunctionhasbecomeverynecessary.Theactualsituationofthedesignfortheintelligentmobilephoneusersdailyuse,dailyfunctiondemandformobilephoneuserswereinvestigated,todeterminethefunctionandframeworkcontains.Thisdesignusesastructuredsoftwareengineeringidea,thesoftwaredesignprocessusingstandardsteps,fromfeasibilitystudy,demandanalysis,systemdesignandsystemimplementationandtestingtodevelopmobilephoneguardiansystem,usingAndroiddevelopmentplatform,thesystemisdividedinto9modules,avarietyoffunctionalcoverageofmobilephoneguardcommercialmarketshouldhave,implementationthemobilephoneanti-theft,SMSinterception,telephoneinterception,malicioussoftwareuninstall,trafficmonitoring,privacyprotectionandotherfunctions,verypractical.【Keywords】Android,Mobilephoneguard,Privacyprotection,Mobilephoneanti-theft.河南城建学院本科毕业设计(论文)目录III目录1绪论......................................................................11.1课题的背景及意义.....................................................11.2研究现状.............................................................21.3论文主要工作.........................................................21.4论文结构安排.........................................................32开发环境介绍...............................................................42.1Eclipse介绍.........................................................42.2JDK开发环境介绍.....................................................42.3Android特征.........................................................52.4Android应用的构成...................................................52.5Android与iPhone比较................................................82.6本章小结.............................................................83需求分析...................................................................93.1系统开发目标.........................................................93.2系统需求分析.........................................................93.3可行性分析..........................................................113.4本章小结............................................................114设计与实现................................................................124.1概要设计............................................................124.2主界面的设计与实现..................................................124.3手机防盗的设计与实现................................................134.3.1手机防盗处理流程..............................................134.3.2主要类介绍....................................................144.3.3界面设计......................................................154.3.4存储设计......................................................154.4通信卫士的设计与实现................................................164.4.1通信卫士处理流程..............................................164.4.2主要类介绍....................................................174.4.3界面设计......................................................174.4.4存储设计......................................................184.5软件管理的设计与实现................................................184.5.1软件管理的处理流程............................................184.5.2主要类介绍....................................................194.5.3界面设计......................................................194.6进程管理的设计与实现................................................204.6.1进程管理的处理流程............................................204.6.2主要类介绍....................................................214.6.3界面设计......................................................214.7流量统计的设计与实现................................................224.7.1流量统计处理流程..............................................224.7.2主要类介绍....................................................234.7.3界面设计......................................................23河南城建学院本科毕业设计(论文)目录IV4.8手机杀毒的设计与实现................................................244.8.1手机杀毒处理流程..............................................244.8.2主要类介绍....................................................254.8.