https://github.com/unixzii/android-source-codes
⚙️ Code analysis of common Android projects and components.
https://github.com/unixzii/android-source-codes
android android-library articles java source-code source-code-analysis source-code-study
Last synced: 9 months ago
JSON representation
⚙️ Code analysis of common Android projects and components.
- Host: GitHub
- URL: https://github.com/unixzii/android-source-codes
- Owner: unixzii
- License: cc-by-4.0
- Created: 2017-06-15T16:58:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T09:27:01.000Z (about 8 years ago)
- Last Synced: 2025-03-20T13:13:24.005Z (9 months ago)
- Topics: android, android-library, articles, java, source-code, source-code-analysis, source-code-study
- Language: Java
- Homepage:
- Size: 922 KB
- Stars: 59
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A repo maintained by Cyandev
# Android 常见项目源码分析
**2017 11.11 Update**
**OkHttp 拆轮子系列文章目前处于 WIP 阶段,欢迎大家[试读](https://github.com/unixzii/android-source-codes/tree/okhttp/OkHttp)。**
## Table of contents
### 源码分析
* [**SwipeRefreshLayout 源码分析**](https://github.com/unixzii/android-source-codes/tree/master/SwipeRefreshLayout) (更新于 6.16 17:06)
* [**深入理解 fitsSystemWindows**](https://github.com/unixzii/android-source-codes/tree/master/UnderstandingFitsSystemWindows) (更新于 6.18 23:23)
* [**DiskLruCache 实现分析**](https://github.com/unixzii/android-source-codes/tree/master/DiskLruCache) (更新于 9.14 14:10)
### Tips & Tricks
* [**使用自定义动画实现 ImageView 的神奇移动效果**](https://github.com/unixzii/android-source-codes/tree/master/ImageMagicMove) (更新于 10.21 17:31)
## Contributing
本项目欢迎大家投稿,撰写格式请参考之前的文章。提交 PR 时请不要修改本 README 中的目录,谢谢合作。
## License
所有文章均采用 [CC-BY-4.0](https://github.com/unixzii/android-source-codes/blob/master/LICENSE) 许可协议。