邵阳学院毕业设计(论文)毕业设计(论文)课题名称基于Android的手机安全卫士的设计与开发学生姓名王锋学号1241302043系、年级专业信息工程系、12计算机科学与技术指导教师陈智职称讲师2016年4月16日邵阳学院毕业设计(论文)I摘要如今移动互联网得到快速发展,智能手机在我国的普及率越来越高。从某种程度上换句话说,智能手机相当于小型PC(个人电脑),其中我国智能手机操作系统中Android系统市场占有率为71.6%。Android平台的的开源性使得市场上各种手机智能软件日益增多并且混乱,有些非法软件不但威胁着手机的性能与安全性,也给防范意识薄弱的手机用户带来了时间和经济上的损失。针对人们日常在使用手机的过程中存在的问题,整个项目基于Android开发平台,采用Java语言,遵循MVC设计模式,使用SQLite这种嵌入式数据库,基本完成了这款功能强大、实际可行的手机安全卫士软件。该软件主要实现了以下功能:手机防盗、通讯卫士、软件管理、进程管理、流量统计、手机杀毒、系统优化、高级工具以及设置中心等九大功能模块。通过反复不断的调试及测试,该手机安全卫士软件基本实现了用户所需的功能,具有很强的使用性。关键词:手机安全卫士;Android;MVC设计模式邵阳学院毕业设计(论文)IIAbstractWiththerapiddevelopmentofmobileInternettoday,intelligentmobilephonehasbecomeanimportanttoolforpeopletocommunicate,understandtheoutsideinformation.Saidfromsomekindofdegree,intelligentmobilephoneisequivalenttoasmallPC,whichhas71.6%Androidmobilephoneusers.TheopensourceAndroidplatformmakesthemarketonavarietyofmobilephonesoftwareisincreasingandconfusion,someillegalsoftwarenotonlythreatentheperformanceandsecurityofmobilephone,butalsotopreventweakconsciousnessofmobilephoneusersintimeandeconomicloss.Accordingtopeople'sdailyintheuseofmobilephoneintheexistingproblems,thewholeprojectisbasedontheAndroiddevelopmentplatform,usingJavalanguage,followtheMVCdesignpattern,theuseofSQLiteembeddeddatabase,basicallycompletedthispowerful,practicalmobilephonesecurityguardssoftware.Thesoftwareismainlytoachievethefollowingfunctions:Ninefeaturephone,communication,securityguardssoftwaremanagement,processmanagement,trafficstatistics,mobilephoneanti-virus,systemoptimization,advancedtoolsandsetthecentermodule.Throughdebuggingandtest,themobilephonesecurityguardssoftware,thebasicrealizationofthedesiredfunction,hastheverystrong.Keywords:MobilePhoneSecurityGuards;Android;MVCdesignpattern邵阳学院毕业设计(论文)1目录摘要.......................................................................................................................................................................IAbstract................................................................................................................................................................II第一章引言.........................................................................................................................................................21.1软件开发背景........................................................................................................................................21.2软件开发意义........................................................................................................................................2第二章系统分析.................................................................................................................................................32.1系统需求分析.......................................................................................................................................32.2系统可行性分析...................................................................................................................................32.4本章小结...............................................................................................................................................4第三章系统关键技术.........................................................................................................................................53.1系统开发技术.......................................................................................................................................53.2系统开发环境.......................................................................................................................................53.3本章小结...............................................................................................................................................6第四章系统总体设计.........................................................................................................................................74.1系统目标...............................................................................................................................................74.2系统设计原则.......................................................................................................................................74.3系统结构框架.......................................................................................................................................74.4系统功能模块设计...............................................................................................................................74.5数据库设计..........................................................................................................................................10第五章系统详细设计与实现...........................................................................................................................145.1主界面设计.........................................................................................................................................145.2手机防盗模块.........................................................................................................................