Janishar Ali
Janishar Ali
@jmaire You can extend the class the `SwipePlaceHolderView` and provide your own implementation. See `SwipeDirectionalView` class to get the idea on how to do that. Link: https://github.com/janishar/PlaceHolderView/blob/master/placeholderview/src/main/java/com/mindorks/placeholderview/SwipeDirectionalView.java Provide your own...
@AnuradhaGHegde Try using `@SwipeOutDirectional` to detect swipe direction BOTTOM. Then animate the view using a reference to the root view using `@SwipeView` Refer doc: https://janishar.com/PlaceHolderView/docs/sdv-view-definition.html
@Tokimu When you use `@NonReusable` then on the card swipe the GC can collect it. If you have passed the reference to this View in some other class then make...
I think it's a good idea. Let me think about it. Meanwhile if you can elaborate the wish list definition then It will help me with the features. Thanks
@jjhesk Thanks for sharing this link. Let me go through this library once to understand what and how its being designed
Yes we can think to make it work with Filterable. Please give your thoughts on how we can make it work?
This has not been implemented currently. I will put this in the future release.
The swipe can either be Horizontal(left-right) or Vertical(top-bottom) or Default(all direction)
The Interactor is designed to be use specific. If an Interator need data from disc/ memory cache then we can create a DiscCacheHelper/MemCacheHelper and provide this helper to that Interactor...
@souravpalitrana I think there is a confusion. This repository is not analogous to the Repository pattern as the abstraction layer for the data from any source as the android architectural...