Skip to content

Commit bc6f683

Browse files
authored
Update README.md
1 parent c93cbe7 commit bc6f683

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public class ImageTypeBig {
149149
3. `@SwipeCancelState`: It binds a method and calls it when a card is put back in the stack/canceled.
150150
4. `@SwipeInState`: It binds a method and pings it till a card is moving in the direction of swiping in/accepted
151151
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
152153

153154
# `InfinitePlaceHolderView`
154155
#### 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.
@@ -168,7 +169,7 @@ public class ImageTypeBig {
168169
# Gradle
169170
```groovy
170171
dependencies {
171-
compile 'com.mindorks:placeholderview:0.2.1'
172+
compile 'com.mindorks:placeholderview:0.2.4'
172173
}
173174
```
174175
# Dependency: It depends on the RecyclerView

0 commit comments

Comments
 (0)