I have a sentence which is input from the EditText.
I need to display that text in the TextView and provide options for the user to highlight one or more words in TextView.
One approach I thought is to break the input text to multiple TextViews and provide a onclicklistener to highlight. Are there any better ideas or reusable libraries to highlight specific text in TextView dynamically.