Skip to content

Commit 077d9b1

Browse files
committed
update 2015-09-13 11:22
1 parent 4303d29 commit 077d9b1

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@
119119
### GridView
120120

121121
1. [Android入门第八篇之GridView(九宫图)](http://blog.csdn.net/hellogv/article/details/4567095)
122-
2. []()
123-
3. []()
122+
124123

125124
## H
126125

@@ -297,13 +296,10 @@
297296

298297
### View
299298

300-
1. []()
301-
2. []()
302-
3. []()
303-
4. []()
304-
5. []()
305-
6. []()
306-
299+
1. [Android LayoutInflater原理分析,带你一步步深入了解View(一)](http://blog.csdn.net/guolin_blog/article/details/12921889)
300+
2. [Android中View绘制流程以及invalidate()等相关方法分析](http://blog.csdn.net/qinjuning/article/details/7110211)
301+
3. [Android中measure过程、WRAP_CONTENT详解以及xml布局文件解析流程浅析(上)](http://blog.csdn.net/qinjuning/article/details/8051811)
302+
4. [Android开发:LayoutParams的用法](http://www.cnblogs.com/shaweng/archive/2012/07/10/2585134.html)
307303

308304
## W
309305

@@ -323,4 +319,15 @@
323319

324320
## Y
325321

326-
## Z
322+
## Z
323+
324+
### 自定义控件
325+
326+
1. [Android 自定义View及其在布局文件中的使用示例](http://www.cnblogs.com/crashmaker/p/3521310.html)
327+
2. [自定义控件进阶:declare-styleable重用attr](http://droidyue.com/blog/2014/07/16/better-in-android-include-attrs-in-declare-stylable/)
328+
3. [android 自定义控件 使用declare-styleable进行配置属性(源码角度)](http://blog.csdn.net/vipzjyno1/article/details/23696537)
329+
4. [Android使用AttributeSet自定义控件的方法](http://www.cnblogs.com/zwl12549/archive/2011/04/13/2015366.html)
330+
5. [从源码中浅析Android中如何利用attrs和styles定义控件](http://michaelye1988.iteye.com/blog/1773997)
331+
6. [Android SDK: Creating Custom Views](http://code.tutsplus.com/tutorials/android-sdk-creating-custom-views--mobile-14548)
332+
7. [Creating custom and compound Views in Android - Tutorial](http://www.vogella.com/tutorials/AndroidCustomViews/article.html)
333+
8. [Tutorial: Enhancing Android UI with Custom Views](https://newcircle.com/s/post/1663/tutorial_enhancing_android_ui_with_custom_views_dave_smith_video)

0 commit comments

Comments
 (0)