ChipCloud
ChipCloud copied to clipboard
Android UI library that creates material 'chip' clouds [fork with additional features]
How can I delete a chip?
Is there any way to draw chips RTL?
I needed to deselect a chip on custom event. What I'm calling is **chipCloud.chipDeselected(index)** Though the above method is triggered because log is shown in the overriden method of **chipDeselected(index:...
How to set labels as array(object) instead of array(string). because my data have their own ID
when chipSelected
Is there any way to make a custom background with drawable?
I want to get all indexes after selection.
I have already added chips by calling addChip() method. But now I want to remove chip then is there any method to remove particular chip?