PlaceHolderView icon indicating copy to clipboard operation
PlaceHolderView copied to clipboard

This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to ge...

Results 69 PlaceHolderView issues
Sort by recently updated
recently updated
newest added

Hello, I have a query... How can we get the total count of removed and accepted cards

Hi, Is it possible to change the "events" when swiping top like the super like tinder and also down ? Cause I would like to add 2 different events in...

Is there a way to allow the fling gesture when swiping through the cards?

Hey guys, so currently I understand to set the text (ie. 'like' or 'dislike') for right and left swipes is by calling: ` .setSwipeInMsgLayoutId(R.layout.tinder_swipe_in_msg_view).setSwipeOutMsgLayoutId(R.layout.tinder_swipe_out_msg_view));` However, I am currently using `SwipeDirectionalView`...

Hello. I'm using InfinitePlaceHolderView in kotlin. And cradle file like this > implementation 'com.mindorks.android:placeholderview:1.0.3' > kapt 'com.mindorks.android:placeholderview-compiler:1.0.3' But there is no **setPaginationMargin** method. I thing it is not new version.

I have an placeholderview item class that implements Parcelable. After updating to version 1.0.3 I get an error: Cannot assign value to final variable CRAETOR. removing the final fixes the...

Hi, First of all, I say thanks for this very help library. I am trying to achieve that how to know how many I have already Swipe View From ArrayList....

I have two 2 holder in a Parent holder. So after some condition i want to update a child placeholder within another child placeholder without passing Parent Placeholder in constructor....

I have a placeholder that contains a spinner. So i want to get the position of the clicked item. But @Click() method gives error 'that you cant use onclicklistener on...

Hello,I wanted to know how to use doSwipe() for a particulare direction,right now it just throws the card in the south east direction.Also,any way to insert a view in the...