Update Readme
Merge branch 'master' of github.com:daimajia/AndroidSwipeLayout
This commit is contained in:
commit
5686835354
|
|
@ -6,14 +6,16 @@ One year ago, I started to make an app named [EverMemo](https://play.google.com/
|
|||
|
||||

|
||||
|
||||
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
|
||||
|
||||

|
||||
|
||||
[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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue