JsonChao / Awesome-Third-Library-Source-Analysis

:book: Deep understanding of popular open source library source code (optimizing...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome-Third-Library-Source-Analysis

Deep understanding of popular open source library source code

深入理解热门三方库实现原理,从七个角度全方位提升你的功力~

前言

众所周知,优秀源码的阅读与理解是最能提升自身功力的途径,如果想要成为一名优秀的Android工程师,那么Android中优秀三方库源码的分析和理解则是必备技能。因此,为了将知识成体系地聚合起来,笔者创建了Awesome-Third-Library-Source-Analysis这个项目,为的就是让每一个Android工程师能够从以下七方面全方位地提升自己

Contents

网络

Android最优秀的网络底层框架,没有之一。

Android最优秀的网络封装框架,内含九种常用设计模式的灵活运用。

图片

Android使用最广泛的图片加载框架。

数据库

Android中数据库操作综合效率最高的框架。

响应式编程

来一起探究RxJava的异步、简洁、优雅和它强大的操作符吧!

内存泄露

LeakCanary究竟是如何检测出内存泄露的呢?

依赖注入

使用APT + 注解攻破了findViewByid(),JW大神之作。

Dagger就一把匕首,在中大型项目中,它能提升开发效率、自动管理类的实例、解耦,是如此的干脆。

事件总线

使用扩展的观察者模式实现的组件间通信框架,广播的替代者。

公众号

我的公众号 JsonChao 开通啦,如果您想第一时间获取最新文章和最新动态,欢迎扫描关注~

赞赏

如果这个库对您有很大帮助,您愿意支持这个项目的进一步开发和这个项目的持续维护。你可以扫描下面的二维码,让我喝一杯咖啡或啤酒。非常感谢您的捐赠。谢谢!


Contanct Me

● 微信:

欢迎关注我的微信:bcce5360

● 微信群:

微信群如果不能扫码加入,麻烦大家想进微信群的朋友们,加我微信拉你进群。

● QQ群:

2千人QQ群,Awesome-Android学习交流群,QQ群号:959936182, 欢迎大家加入~

About me

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.

About

:book: Deep understanding of popular open source library source code (optimizing...)

License:Apache License 2.0