3.1 you need a ClickableSpan object to make a sub-string clickable.so first create a ClickableSpan object. ClickableSpan clickableSpan=new ClickableSpan() { @Override public void onClick(@NonNull View ...
and I want to show this in single textview but in different color like DISCLAIMER: is in red color and other remaining text in black color. is it possible without using more textview? plz if any ...
Every Android device comes with a collection of standard fonts: Droid Sans, Droid Sans Mono and Droid Serif. They were designed to be optimal for mobile displays, so these are the three fonts you will ...