Android项目实战:手机安全卫士

项目地址: MobileSafer
欢迎 Follow, Star

MobileSafer (手机安全小卫士)项目说明

  • MobileSafer仅用作学习交流;
  • MobileSafer(安全小卫士)项目取材自《Android项目实战-手机安全卫士》一书;
  • 在书本知识基础上修改而成,同时后期将引入Material Design风格,并根据自己的理解添加和修改某些功能;
  • 定期更新代码及博客,有兴趣的同学可以Follow,也可以关注个人微博,博客及公众号;

本项目:

基本上涵盖了Android开发的基本知识点,同时项目中用到了几个常用的第三方开源库,可作为提高个人能力的实战项目,

MobileSafer主要包括九大模块:

  • 手机防盗模块:

  • 通讯卫士模块:

  • 软件管家模块:

  • 手机杀毒模块:

  • 缓存清理模块:

  • 进程管理模块:

  • 流量统计模块:

  • 高级工具模块:

  • 设置中心模块:

CHANGELOG

1.1.0

  • 完成欢迎界面及检查版本更新逻辑(未实现Service定期检查更新);
  • 引入了XUtils;
Android项目实战:手机安全卫士_第1张图片
splash.png
Android项目实战:手机安全卫士_第2张图片
update.png
Android项目实战:手机安全卫士_第3张图片
download.png
Android项目实战:手机安全卫士_第4张图片
install.png
Android项目实战:手机安全卫士_第5张图片
home.png

1.1.1

  • 持续更新中...

关于我

  • Email: [email protected], [email protected]
  • 个人主页:msandroid's blog
  • CSDN博客:明桑Android_CSDN博客
  • 新浪微博: 明桑Android
  • 有任何建议或者使用中遇到问题都可以给我发邮件, 你也可以到微信公众平台下留言

==========================

License

Copyright 2015 florent37, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

你可能感兴趣的:(Android项目实战:手机安全卫士)