# android_dp_analysis_code **Repository Path**: zerowarning/android_dp_analysis_code ## Basic Information - **Project Name**: android_dp_analysis_code - **Description**: 《Android 源码设计模式解析与实战》示例代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-03 - **Last Updated**: 2021-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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) 。