I am new to android development and was working on a project which involved in underlining specific words in the text field while typing I found an example on dribble which achieves the same thing:
Here I have the index of the word in the string which I want to underline. Is there any way to achieve this? Thank you
Please Note: I don't want to know about how to find the
substrings
as mentioned in the video but I want to achieve the same underline animation as shown in the video
Is there any way that we can have a canvas behind the EditText
and then have the underline animation there??