You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
20
22
21
23
When I start to make this library, I set some goals:
22
24
23
25
- Can be easily integrated in anywhere, ListView, GridView, ViewGroup etc.
24
26
- Can receive `onOpen`,`onClose`,`onUpdate` callbacks.
25
27
- Can notifiy the hidden children how much they have shown.
26
28
- Can be nested each other.
29
+
- Can handle complicate situation, just like [this](https://camo.githubusercontent.com/d145d9a9508b3d204b70882c05bc3d9bd433883c/687474703a2f2f7777312e73696e61696d672e636e2f6c617267652f3631306463303334677731656b686f6a7379326172673230386530366e6774312e676966).
30
+
27
31
28
32
## Usage
29
33
@@ -33,7 +37,7 @@ When I start to make this library, I set some goals:
0 commit comments