Styling dynamic strings directly in Android xml
In Android, Strings are one of the most common Objects when working with views that show plain text. While implementing user interfaces, it happens often that the text requires some styling.
For styled Strings, we are required to use CharSequences in...
sergiosastre.hashnode.dev6 min read