A implements of clickable TextView in android. When click the tag text which you can handle the click event you attach. When click the other area of the TextView and if you had set OnClcikListener to it, the Listener will hande the click event..
ClickableTextView is hosted in the following web site
https://github.com/Gnod/ClickableTextView
If you think the Android project ClickableTextView listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ClickableTextView.
Item | Value |
---|---|
Java File Count | 2 |
Target SDK Version | 17 |
Minimum SDK Version | 4 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
ClickableTextView has the following Java source files.
com.example.clickabletextview.ClickableTextView.java com.example.clickabletextview.ClickableTextViewActivity.java