-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Callback when card is clicked #31
Comments
What exactly are you trying to do with an |
@mustafa01ali I want to change the card content when it is selected. So I need to know which card is selected exactly to change the content based on the id of the selected card. |
You can try overloading |
@MotassemJa Am solved by overriding onTouch() , onClick() add global boolean variable for adapter(HEre MyCardStackAdapter.class) :
|
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
The text was updated successfully, but these errors were encountered: