CardStackUI
CardStackUI copied to clipboard
An iOS Healthbook-like highly customisable stack of cards implementation for Android
Great utility, I'd really like a way to add cards dynamically. Am I missing something? Thanks.
If i am trying to use nested scroll view inside one item view type that card is not expanding , even i am setting nested scrolling true still it only...
 `if (currentCardPosition != selectedCardPosition) { return ObjectAnimator.ofFloat(view, View.Y, view.getY(), offsetTop + getCardFinalY(currentCardPosition)); } else { return ObjectAnimator.ofFloat(view, View.Y, view.getY(), offsetTop + getCardOriginalY(0)); }`
appreciate if someone can help
Can we implement scrollview inside CardStackLayout? I am unable to implement it. Please help me.
Application have toolbar, so this needs to be considered before calculating the screen height.
Hey I wanna make my list parallax enabled. how do i do that?
Thank you sir, for a good library, though i have some concerns about its performance. You are using strange approach for adapter. For example in setAdapter() method: ``` for (int...
When more data is added & list is to be notified this hangs the demo app. Please find any solution
Is there any callback to know when a card is clicked? Because you can't use the normal `OnClickListener `since it will override the behavior. @tushar-acharya @mustafa01ali