ChipView
ChipView copied to clipboard
How to get the value from chipview
Hi,
Please provide a method to retrieve the vale from ChipView like chipViewObj.getText().toString(). Nothing works here.
create custom adapter then add this method
public ArrayList<Object> getChips() { return chips; }
i am having the same problem ,last sentence of readme file is also not clear ! please help, how to get custom adapter
this issue still exist?