File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## 导入方式
66
7- 下载到本地以后,直接在Android Studio中选择import module,选择blogcodes(注意选择这个文件夹)即可 。
7+ 下载到本地以后,直接在Android Studio中直接以项目导入即可。当发生更新时,在该项目根目录使用 ` git pull ` 即可同步 。
88
99
1010## 包含内容
1111
12+ * [ Android 高清加载巨图方案 拒绝压缩图片] ( http://blog.csdn.net/lmj623565791/article/details/49300989 )
13+ * [ ViewDragHelper实战 自己打造Drawerlayout] ( http://blog.csdn.net/lmj623565791/article/details/47396187 )
14+ * [ Android UI性能优化实战 识别绘制中的性能问题] ( http://blog.csdn.net/lmj623565791/article/details/45556391 )
15+ * [ Android 5.x Theme 与 ToolBar 实战] ( http://blog.csdn.net/lmj623565791/article/details/45303349 )
16+ * [ Android 自定义实现 NavigationView ] ( http://blog.csdn.net/lmj623565791/article/details/46405409 )
17+ * [ Android 不规则图像填充 小玩着色游戏] ( http://blog.csdn.net/lmj623565791/article/details/45788433 )
18+ * [ 浅谈 MVP in Android] ( http://blog.csdn.net/lmj623565791/article/details/46596109 )
19+ * [ Android ViewDragHelper完全解析 自定义ViewGroup神器] ( http://blog.csdn.net/lmj623565791/article/details/46858663 )
20+ * [ Android HandlerThread 完全解析] ( http://blog.csdn.net/lmj623565791/article/details/47079737 )
21+ * [ Android IntentService完全解析 当Service遇到Handler] ( http://blog.csdn.net/lmj623565791/article/details/47143563 )
22+
23+
24+ ## 详细
25+ ###[ Android 高清加载巨图方案 拒绝压缩图片] ( http://blog.csdn.net/lmj623565791/article/details/49300989 )
26+
27+ <img src =" http://img.blog.csdn.net/20151021103013582 " width =" 320px " />
28+
29+
1230###[ ViewDragHelper实战 自己打造Drawerlayout] ( http://blog.csdn.net/lmj623565791/article/details/47396187 )
1331
1432<img src =" http://img.blog.csdn.net/20150810112230816 " width =" 320px " />
You can’t perform that action at this time.
0 commit comments