Is there possibility in android to provide TextView some text in Java code with setText(text) function with basic tags like and to make marked words underlined ?
tobeunderlined= some text here which is to be underlined textView.setText(Html.fromHtml("some string"+tobeunderlined+"somestring"));