- 首页
- 知识体系
- 公众号
- 导航
- 项目
- 搜索,热词搜索,搜索记录
- 登录、注册、注销
- 我的收藏、取消收藏、添加收藏
- 文章内容,分享文章
- 夜间模式,沉浸式切换,清除缓存
- 应用内检查更新
- 多语言支持
- ...
- 本人能力有限,可能会在bug,如有任何问题,欢迎issues
- 项目中所用到的api均由WanAndroid网站提供
- 项目中使用的MVP开发模板
1、Rxjava2配合Retrofit进行网络请求
2、Rxjava2与Retrofit的封装使用
3、Retrofit配合Cookie实现免登陆与实现离线缓存
4、用Rxjava2实现轻量级的EventBus
5、依赖注入实现,配合MVP模式
6、使用了MD控件和动画
7、自定义Behavior(俩种实现)
- 具体参考代码
8、使用原生的夜间模式,并切换自然
9、实现了Fragment的操作和懒加载
10、使用DownloadManager实现应用更新
11、使用Fragment代理权限申请,减少重复代码的编写
12、封装视图状态逻辑切换,让视图状态切换更简单
13、努力兼容与适配Android版本
- Android 使用 Https问题解决(SSLHandshakeException)
- Drawable 着色的后向兼容方案
- CardView在API 21以下的圆角效果处理
- Android 6.0运行权限解析(高级篇)
- Android 7.0 行为变更 通过FileProvider在应用间共享文件吧
14、集成腾讯Bugly与LeakCanary,更容易找出bug与内存泄漏
- 参考官方文档
以上是项目中的主要亮点和我做项目时参考的文章,当然对于一些主流的框架官方文档中也有详细的介绍,更多细节可以查看项目具体代码。
- UI
阿里巴巴图标
Material Design Palette
Material Design Color - DB
LitePal - Network
Retrofit - Rx
RxJava2 - Injection
Dagger
Butterknife - ImageLoader
Glide - Leak Check
LeakCanary - Other excellent open source library
MultiWaveHeader
VerticalTabLayout
BaseRecyclerViewAdapterHelper
Banner
FlowLayout
AgentWeb
SmartRefreshLayout
ImageCropper
- 单元测试
- Dagger-Android
- 组件化改造
v1.7 2022-1-24
1、适配android 10的暗黑模式和作用域存储
2、修复一些问题
v1.6 2019-9-22
1、 添加个人积分、积分排行榜
2、 优化夜间切换,修复一些问题
3、 移除WaveLoadingView库
4、 封装Loading,统一视图切换
v1.5 2019-3-27
1、Wnadroid接口从http转为https
2、使用Fragment代理申请权限
v1.4 2019-2-23
1、修复v1.3登陆失败问题
2、添加更换头像背景功能
3、修复7.0以上不能在项目中传递file://格式的uri导致的异常(FileUriExposedException)
v1.3 2018-12-31
1、添加文章长按
1、修复一些bug
1、添加文章标签
v1.2 2018-12-24
1、增加公众号模块
2、集成bugly
3、移除Fragmentation库
4、更新版本更新弹窗
v1.1 2018-12-15
1、优化夜间切换
2、加入沉浸切换
3、加入缓存清理
4、增加活动过渡动画
5、5.0以上增加波纹点击效果,5.0以下增加触摸反馈
6、增加应用内检查更新
7、登陆持久化
v1.0 2018-12-1
第一版发布
本项目只用作学习用途,不做其他用途
Copyright 2018 rain9155
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 a
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.