How to implement an inputText for "Tags" or "keywords" in Android Studio?

-2

I'm creating an android app and I need a simple inputText that allows the user to type "tags" much like the question field here on the site. How do I implement this? Do I need an external library? I've reviewed everything and no solution worked

    
asked by anonymous 09.09.2018 / 18:23

1 answer

1

One option is MaterialChipsInput

Documentation : link

    
09.09.2018 / 18:32