Android: How to pass hidden value on TextView onClick.
- by user352263
I want to pass hidden value when user clicks on Text. E.g For Twitter Application - When user clicks on user name @TechCrunch then I want to pass TechCrunch user's ID to the application.
Please advise.