[Android] MaterialChipsInput를 활용한 Contact & Input Chip - vContactChip

2017. 11. 6. 16:16Programing/Created by me

I had created vContactChip library which is based on MaterialChipsInput.

https://github.com/pchmn/MaterialChipsInput

 

When I'm trying to use this, I found that there are some unconfortable things.

1. There is no delimeter to input the chip.

2. Not supported Contact Chip by default.

3. Example Contact Chip had too slow performance to load contact.

4. Not confortable to take inputting list

 

It's the reason to make vContactChip.

I has supported 3 ways.

Chip Input / Chip Input with contact / ChipView with customization.

 

 

[Chip Input]

 

 

[Chip Input with contact]

It takes around 1 sec. to complete the loading contact over 1000.

 

[ChipView with customization]

 

 

When I'm complete all working for this, I'll try to think about to open it or not.