https://github.com/hehonghui/android_dp_analysis_code
《Android 源码设计模式解析与实战》示例代码
https://github.com/hehonghui/android_dp_analysis_code
Last synced: over 1 year ago
JSON representation
《Android 源码设计模式解析与实战》示例代码
- Host: GitHub
- URL: https://github.com/hehonghui/android_dp_analysis_code
- Owner: hehonghui
- Created: 2015-09-01T06:37:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T09:42:36.000Z (about 10 years ago)
- Last Synced: 2025-03-21T11:50:36.032Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 2.72 MB
- Stars: 131
- Watchers: 13
- Forks: 64
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 《Android源码设计模式解析与实战》
> 为了尽量减少代码量,书中的代码都做了大量简化,因此示例代码只作为学习使用,不建议使用到项目中。
## 代码目录
* imageloader-demo : 第一章的六大原则
* `android_dp_analysis_book_java` : 第2、3、4、7、8、13、16、22、23章的 Java 示例代码;
* `android_dp_note_demo` : 第十三章的 Android 示例;
* `android_dp_state` : 第十六章的状态模式 Android 示例 ;
* `android_dp_plugin、android_dp_plugin_host、android_dp_plugin_plugin`为第23章的动态加载框架(参考DL)的demo ;
* appcompat_v7 : android demo需要依赖的库;
* 书中的ImageLoader只是一个最简单的demo,更详细的ImageLoader 示例 在[这里](https://github.com/hehonghui/simple_imageloader) 。
* 最后一章的例子在[这里](https://github.com/bboyfeiyu/the-tech-frontier-app) 。