:book: Deep understanding of popular open source library source code (optimizing...)
Awesome-Third-Library-Source-Analysis
Deep understanding of popular open source library source code
深入理解热门三方库实现原理,从七个角度全方位提升你的功力~
前言
众所周知,优秀源码的阅读与理解是最能提升自身功力的途径,如果想要成为一名优秀的Android工程师,那么Android中优秀三方库源码的分析和理解则是必备技能。因此,为了将知识成体系地聚合起来,笔者创建了Awesome-Third-Library-Source-Analysis这个项目,为的就是让每一个Android工程师能够从以下七方面全方位地提升自己。
Contents
网络
- OkHttp (已完成)
- Retrofit (已完成)
图片
- Glide (已完成)
数据库
- GreenDao (已完成)
响应式编程
- RxJava (已完成)
内存泄露
- LeakCanary (已完成)
依赖注入
- ButterKnife(已完成)
- Dagger2(已完成)
事件总线
- EventBus(已完成)
使用扩展的观察者模式实现的组件间通信框架,广播的替代者。
公众号
我的公众号 JsonChao 开通啦,如果您想第一时间获取最新文章和最新动态,欢迎扫描关注~
赞赏
如果这个库对您有很大帮助,您愿意支持这个项目的进一步开发和这个项目的持续维护。你可以扫描下面的二维码,让我喝一杯咖啡或啤酒。非常感谢您的捐赠。谢谢!

Contanct Me
● 微信:
欢迎关注我的微信:bcce5360
● 微信群:
微信群如果不能扫码加入,麻烦大家想进微信群的朋友们,加我微信拉你进群。
● QQ群:
2千人QQ群,Awesome-Android学习交流群,QQ群号:959936182, 欢迎大家加入~
About me
- #### Email: [chao.qu521@gmail.com]()
- #### Blog: https://jsonchao.github.io/
- #### 掘金: https://juejin.im/user/5a3ba9375188252bca050ade
License
Copyright 2018 JsonChao
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.