Android Question Displaying HTML on a Label

swabygw

Active Member
Licensed User
Longtime User
Code like this is retrieved from my database: Hello <b>world</b>

Setting this text as the Text property of a Label shows the text and the tags as plain text. But, what I want, is like this: Hello world

Something like https://www.b4x.com/android/forum/threads/html-textview-v1-0.50696/#content , i.e., to show the actual graphical result of the markup, not the markup itself.

So, I was wondering if that (the Textview library) is still the best solution for this task, or is there a built-in library/function for accomplishing the same thing?

(hopefully something that works in both B4A and B4I)
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top