An open API service indexing awesome lists of open source software.

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 源码设计模式解析与实战》示例代码

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) 。