I am working on an application where the used enters text into an EditText. I want to make the text clickable to perform actions relevant to the application.
I am thinking to capture the text as the user is entering it, and replace it with a ClickSpan, so that the text the user enters is clickable. I imagine there should be a way to hook in a Filter so that I can capture the entered text, and replace it with te ClickSpan, but I am not sure how to do so. Any ideas would be greatly appreciated! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

