<h2>Title</h2><br>
<p>description here</p>
I want to apply this code to the text view and print it out, what should I do?
html android android-textview
Html.Write fromHtml()
!
myTextView.setText(Html.fromHtml("<h2>Title</h2><br><p>Description here</p>"));
You can use it like this!
© 2024 OneMinuteCode. All rights reserved.