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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,7 @@ public class ImageTypeBig {
149
149
3.`@SwipeCancelState`: It binds a method and calls it when a card is put back in the stack/canceled.
150
150
4.`@SwipeInState`: It binds a method and pings it till a card is moving in the direction of swiping in/accepted
151
151
5.`@SwipeOutState`: It binds a method and pings it till a card is moving in the direction of swiping out/rejected
152
+
6.`@SwipeView`: It binds the android.view.View reference to the tinder view
152
153
153
154
# `InfinitePlaceHolderView`
154
155
#### This class provides a machanism to load the data in bunches for infinite loading. If the scroll reaches the last item, it calls for LoadMore and show the defined loadmore indicator view. When new data it added the indication is removed. To get the callback for loadmore create a class like that used in PlaceHolderView and define a method with `@LoadMore` annotation. This method should be used to do network calls and to add new fetched views.
0 commit comments