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:
These are the useful link:--
http://www.kpbird.com/2013/02/android-chips-edittext-token-edittext.html
Android EditText Gmail like to field
enjoy..!
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"