Update Readme

Merge branch 'master' of github.com:daimajia/AndroidSwipeLayout
This commit is contained in:
daimajia 2014-08-25 17:30:11 +08:00
commit 5686835354
1 changed files with 4 additions and 2 deletions

View File

@ -6,14 +6,16 @@ One year ago, I started to make an app named [EverMemo](https://play.google.com/
![](http://ww1.sinaimg.cn/mw690/610dc034jw1ejoquidvvsg208i0630u4.gif)
I found it's pretty hard to archive this effect, cause you have to be very familiar with the Android Touch System. It was beyond my ability that moment, and I also noticed that there was no such a concept library...
I found it was pretty hard to achieve this effect, cause you had to be very familiar with the Android Touch System. It was beyond my ability that moment, and I also noticed that there was no such a concept library...
So... as you see right now.
Time passed, finally...as you see right now.
## Demo
![](http://ww2.sinaimg.cn/mw690/610dc034jw1ejoplapwtqg208n0e74dx.gif)
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.0/AndroidSwipeLayout-Demo-1.0.0.apk)
Before I made this, I actually found some libraries (eg.[SwipeListView](https://github.com/47deg/android-swipelistview)) that helps developers to integrate swiping with your UI component. But they have too much limitation, only in ListView, or some other limitations.
When I start to make this library, I set some goals: