I would like to use chips widget functionality like we enter the email address in Android phones in Gmail app. I found one good library here. But don't know how to use it with my Android application, has anyone tried this lib?
Also in my case I have a screen with listview and edittext, when we type in edittext it will show the filtered result from list in overlay. and on selecting the result. It will listed in editext as a chip.
Any Help is appreciated.
Thanks