splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 384 forks source link

Get data of the clicked token #371

Closed maheshwariaanchal closed 5 years ago

maheshwariaanchal commented 5 years ago

I have some 30 to 40 tokens. Whenever I click on any token I want to get its data and show it on some other view. Which listener to apply, that whenever I click on token the callback goes to that listener so that I can extract the token data. Please Help. Thanks

mgod commented 5 years ago

You'll need to implement a custom click behavior as outlined in #350.