Skip to content Skip to sidebar Skip to footer

Chips Ui For Custom Data In Android. (or) Customizing Klinker41/android-chips Library To Handle Custom Data (other Than Email And Contacts)

I want to implement android chips with material look as designed in material chips. The only library that has implemented them this way is https://github.com/klinker41/android-chip

Solution 1:

I implemented chips using https://github.com/splitwise/TokenAutoComplete. After enough research with available libraries, I felt this library is best for custom data. [I will try to add code as soon as possible. I could add image also in the chip.]

This is how my chips looks:

enter image description here

Post a Comment for "Chips Ui For Custom Data In Android. (or) Customizing Klinker41/android-chips Library To Handle Custom Data (other Than Email And Contacts)"