SwipeStack
SwipeStack copied to clipboard
A simple, customizable and easy to use swipeable view stack for Android.
Added one of the core functionality the library has been missing. Since we couldn't click on any items inside the card I have added a code snippet that would act...
Allow click over cards pass touch event handlers Fix https://github.com/flschweiger/SwipeStack/issues/4
Is it possible to disable all events until a certain another event?
This is my code, I want to update view with notifydatasetchanged, but it is not working ` arrDriverOrders.get(position).getOrderMaster().setDriverAccepted(Constant.ORDER_ACCEPT_CODE); mAdapter.notifyDataSetChanged();`
I can't seem to vertically center the SwipeStack inside any ViewGroup. I've tried inside a FrameLayout, RelativeLayout and LinearLayout. Is it possible? If not, any hints on how I can...
I am having around 50 items in my stack. Sometimes when I click on swipe right button, 1 extra item gets swiped automatically. Any idea on this?
I want to load more cards as the stack gets emptied. I want to populate the list with new items and reset the stack. Calling resetStack causes an animation of...
can we do the opposite swipe to get the card back?
I tried to set a width using `android:width="480dp"` in my card.xml file. But because I use an imageview on the card, and use `img.setResource(R.drawable.img);` to set image on the card...