I want to convert text which is in a EditText to chips
There are a lot of libraries for and related question to it like this , this and this question. All of them are hard to understand (at least for me ), because all of those library have features I am not interested in.
I want to convert a text to chips which is entered into an EditText (programmatically). Is there a straight forward way to do it?
P.s. by saying Straight Forward
i meant i dont want this auto completion , suggestions and the text that am entering is entered programmatically not manually