Skip to content Skip to sidebar Skip to footer

Chips Widget In Android Application

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 A

Solution 1:

Solution 2:

https://code.google.com/p/platform-features-talk-io-2013/source/browse/src/com/example/iotalk/ChipsActivity.java has a very simple example, once you've imported the library from frameworks/ex/chips

Post a Comment for "Chips Widget In Android Application"