-
Notifications
You must be signed in to change notification settings - Fork 117
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
OnclickListner #22
Comments
How to add search to treeview |
How to add filter |
To get the selected value, what I did was adding an invisible TextView under the ViewHolder layout's root. It holds the ID value like this:
Then into the click event I can get the ID value like this:
|
How to set OnClick listner to get selected value
The text was updated successfully, but these errors were encountered: