We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Please provide a method to retrieve the vale from ChipView like chipViewObj.getText().toString(). Nothing works here.
The text was updated successfully, but these errors were encountered:
create custom adapter then add this method public ArrayList<Object> getChips() { return chips; }
public ArrayList<Object> getChips() { return chips; }
Sorry, something went wrong.
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?
No branches or pull requests
Hi,
Please provide a method to retrieve the vale from ChipView like chipViewObj.getText().toString(). Nothing works here.
The text was updated successfully, but these errors were encountered: