Chips UI for user data in Android. (OR) Configuring the klinker41 / android-chips library for processing user data (except EMAIL and CONTACTS)

I want to implement chips for Android with material design in the form of material chips . The only library that implemented them this way is https://github.com/klinker41/android-chips . But it only processes email and phone contacts. I have a list of my own data that should be searchable and should appear in chips when they are selected in the same way as this library does.

Has anyone used the https://github.com/klinker41/android-chips library to process data other than email and phone? If so, what are the hints on how to configure it to process my data? Any suggestions on this?

EDIT:

The general question is how to implement the Chips UI interface in Android to process user data?

+4
source share
1 answer
+2

Source: https://habr.com/ru/post/1618867/


All Articles