I want to implement an autocomplete edittext with chips in my application and I want to do it in a way that it\'s done here: material design chips. First I would like to as
This links might help
The Chip widget provides a complete implementation of Material Design’s chip component. Example code of how to include the widget in your layout:
https://material.io/develop/android/components/chip/
Another 3rd party libraries
Nachos is a library for Android that provides a custom TextView allowing users to enter text and create material chips in the text field. https://github.com/hootsuite/nachos
MaterialChipsInput Implementation of Material Design Chips component for Android. The library provides two views: ChipsInput and ChipView. https://github.com/pchmn/MaterialChipsInput
Material Chip view. Can be used as tags for categories, contacts or creating text clouds https://github.com/robertlevonyan/materialChipView