1 / 55
文档名称:

基于安卓的手机安全卫士设计-毕业论文(word格式).doc

格式:doc   页数:55页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于安卓的手机安全卫士设计-毕业论文(word格式).doc

上传人:huiwei2002 2016/5/21 文件大小:0 KB

下载得到文件列表

基于安卓的手机安全卫士设计-毕业论文(word格式).doc

文档介绍

文档介绍:毕业设计[论文] 题目: 手机安全卫士学院: 计算机科学与工程学院专业: 信息管理与信息系统姓名: 学号: 指导老师: 完成时间: 2014 年 05月 23日 xx 学院本科毕业设计(论文) 摘要 I 摘要伴随智能手机的不断普及, 移动互联网的快速发展, 伴随着 3G 时代的到来, 智能手机的广泛应用,安卓成为活跃用户量最大的移动终端操作系统,并且安卓操作系统是开放源代码的,所以每个人都可以开发出一个安卓应用,导致安卓的应用数不胜数。由于安卓的开源, 导致每个人可以对安卓端的软件进行编写,而有些开发者在应用中加入一些非法的代码,窃取用户的隐私,使得手机的安全问题日益明显,手机安全问题关注度日益提高。本系统正是针对那些恶意应用的,详细的阐述了手机安全卫士的开发流程,包括手机防盗、通讯卫士、软件管理、进程管理、手机杀毒、系统优化、高级工具、设置中心等功能模块。整体项目采用 MVC 框架,是对安卓知识点的综合应用,用到的技术有(活动,服务,广播接收者,内容提供这,唤醒机制,数据库,自定义标题,自定义控件,小部件,进程间通讯等) 。本项目是通过 xml 文件对页面进行布局,后台使用 java 代码实现每一个业务逻辑流程,完成页面中的每一个需求。本系统采用安卓作为开发平台,使用安卓开发工具作为开发环境, 后台使用 sqlite 数据库进行数据的存储和传输, 来实现手机卫士之的数据共享和业务逻辑的交互。关键词: 手机卫士, 安卓开发平台,MVC 框架, 数据库河南城建学院本科毕业设计( 论文) Abstract II Abstract With the growing popularity of smart phones and the rapid development of mobile , With the extensive application of the 3G era, smart phones, Android became the largest active users of mobile operating systems, And the Android operating system is open source, so everyone can develop an Android application, resulting in numerous Android applications. Because Android is open source, leading everyone can develo p Android terminal software for DIY, and some developers to develop some illegal code in the application, to steal the user's privacy, making phone security problems have e increasingly apparent, and the phone security problems has caused many people ’s concern. The system is aimed at those malicious applications and thorough describes the development process of mobile security guards ,i ncluding mobile security, communications guards, software management, process management, mobile antivirus, system optimization, advanced tools, set up centers and other functional modules. The whole project using MVC framework, prehensive application of Android knowledge, Techniques used including activity, service, broadcast, content provider, Notification, Database, custom title, c ustom c ontrols , widget, aidl munication and so on. This project is carried out by xml file layout on the page ,b ackground using jav