Skip to content

Commit

Permalink
添加相关说明文档。
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbober committed Jan 3, 2016
1 parent 5f711ef commit 84a03eb
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
[博客文章链接](http://blog.csdn.net/yanbober/article/details/46342361)---------[实例代码工程](https://github.com/yanbober/Android-Blog-Source/tree/master/CustomerViewDemo)


###博客:Android应用ViewDragHelper详解及部分源码浅析

[博客文章链接](http://blog.csdn.net/yanbober/article/details/50419059)---------[实例代码工程](https://github.com/yanbober/Android-Blog-Source/tree/master/ViewDragHelper-Demo)


##说明

示例均使用Android Studio演示。
32 changes: 32 additions & 0 deletions README.md~
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 我的博客实例库(http://blog.csdn.net/yanbober)

##示例索引

###博客:NDK-JNI实战教程(三) 从比Hello World稍复杂点儿的NDK例子说说模板

[博客文章链接](http://blog.csdn.net/yanbober/article/details/45310589)---------[实例代码工程](https://github.com/yanbober/Android-Blog-Source/tree/master/NDKApplication)

###博客:facebook Fresco框架库源使用基础

[博客文章链接](http://blog.csdn.net/yanbober/article/details/45307897)---------[实例代码工程](https://github.com/yanbober/Android-Blog-Source/tree/master/Fresco-Android-CN-Demo)

###博客:浅谈MVP实现Android应用层开发

[博客文章链接](http://blog.csdn.net/yanbober/article/details/45645115)---------[实例代码工程](https://github.com/yanbober/Android-Blog-Source/tree/master/Android-MVP-Demo)

###博客:EventBus使用之基础

[博客文章链接](http://blog.csdn.net/yanbober/article/details/45667363)---------[实例代码工程](https://github.com/yanbober/Android-Blog-Source/tree/master/Android-EventBus-Demo)

###博客:Android应用Design Support Library完全使用实例

[博客文章链接](http://blog.csdn.net/yanbober/article/details/46312339)---------[实例代码工程](https://github.com/yanbober/Android-Blog-Source/tree/master/Support-Library-Demo)

###博客:Android自定义控件(状态提示图表)

[博客文章链接](http://blog.csdn.net/yanbober/article/details/46342361)---------[实例代码工程](https://github.com/yanbober/Android-Blog-Source/tree/master/CustomerViewDemo)


##说明

示例均使用Android Studio演示。
2 changes: 1 addition & 1 deletion ViewDragHelper-Demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##说明

该实例是博客 [xxx]() 的讲解实例Demo。
该实例是博客 [《Android应用ViewDragHelper详解及部分源码浅析》](http://blog.csdn.net/yanbober/article/details/50419059) 的讲解实例Demo。

##ViewDragHelper的VerticalDrawerLayout垂直抽屉控件实现

Expand Down
8 changes: 7 additions & 1 deletion ViewDragHelper-Demo/README.md~
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

##说明

该实例是博客 [xxx]() 的讲解实例Demo。
该实例是博客 [《Android应用ViewDragHelper详解及部分源码浅析 》](http://blog.csdn.net/yanbober/article/details/50419059) 的讲解实例Demo。

##ViewDragHelper的VerticalDrawerLayout垂直抽屉控件实现

如下是该控件的演示效果,支持Button切换收起展开,支持手势上滑下滑收起展开,支持跟随手指滑动,详细使用及源码见工程。

![VerticalDrawerLayout](./images/VerticalDrawerLayout.gif)

##ViewDragHelper的综合实现案例

如下是综合实例,考虑处理了ListView嵌套等触摸冲突问题。

![VerticalDrawerLayout](./images/test.gif)

0 comments on commit 84a03eb

Please sign in to comment.