Skip to content

Commit 74e6268

Browse files
committed
Update README.md
1 parent 0482533 commit 74e6268

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,20 @@ Time passed, finally...as you see right now.
1616

1717
[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.4/AndroidSwipeLayout-1.1.4.apk)
1818

19-
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 it only works in `ListView`. What a pity.
19+
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.
20+
21+
But it only works in `ListView`, and it has too many issues that they never care. What a pity!
2022

2123
When I start to make this library, I set some goals:
2224

2325
- Can be easily integrated in anywhere, ListView, GridView, ViewGroup etc.
2426
- Can receive `onOpen`,`onClose`,`onUpdate` callbacks.
2527
- Can notifiy the hidden children how much they have shown.
2628
- Can be nested each other.
29+
- Can handle complicate situation, just like this:
30+
31+
![](http://ww1.sinaimg.cn/large/610dc034gw1ekhojsy2arg208e06ngt1.gif)
32+
2733

2834
## Usage
2935

0 commit comments

Comments
 (0)