mcharmas / android-tagview

Simple android view to display list of colorful tags efficiently.
Apache License 2.0
175 stars 32 forks source link

Onclick for each tag #1

Open Ganganaidu opened 10 years ago

Ganganaidu commented 10 years ago

Hi, Thanks for library, its really helping, i am facing small problem, can you please help me out. How to read tags separately on Onclick of each tag.

mcharmas commented 10 years ago

Hi, I am glad you find this library usefull. OnClick for each tag is not implemented unfortunatelly. I don't have time to implement it now. You problably would like to see how hyperlink spannable are implemented and do sth simmilar here. If you find and implement the solution, pull request is really welcome.