Is there a simple way of creating custom links and handling their 'on touch' behavior for Android TextView component?
I did't find any solution in the Internet, but came with my own.
Is there a simple way of creating custom links and handling their 'on touch' behavior for Android TextView component?
I did't find any solution in the Internet, but came with my own.
There is a simple way of creating custom links for textview and handling their behavior as a result of touch event. In order to avoid composing and writing your own pattern wrapper, the Html wrapper is used.