Hello,
The Library ClickableTextView simply lets you add (append) any String (Text) with any Color to your TextView and will be clickable.
The Event "_ClickableLink" will catch any Click and returns the clicked String (Text).
Functions:
Events:
I hope some of you might find it useful too.
A Demo Project is Included.
greeTz,
reeZZer
Credits to the Code Creator: thanksmister
The Library ClickableTextView simply lets you add (append) any String (Text) with any Color to your TextView and will be clickable.
The Event "_ClickableLink" will catch any Click and returns the clicked String (Text).
Functions:
B4X:
'To Add a Clickable Text to the Label
ClickableTV.AddLinkText(TextView,"TextToClickable",Color,"EventName")
'To Append a Text to a Label
ClickableTV.AppendText(TextView,"TextToAppend")
B4X:
EventName_clickablelink (Text as String)
I hope some of you might find it useful too.
A Demo Project is Included.
greeTz,
reeZZer
Credits to the Code Creator: thanksmister
Attachments
Last edited: