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 i need to update data in Item, after view is created. How could i do it? Is there any get and set method to update item runtime?
The text was updated successfully, but these errors were encountered:
Hi @SachinTanpure , I created a method to get items by index in ExpandingList. mExpandingList.getItemByIndex()
mExpandingList.getItemByIndex()
Sorry, something went wrong.
Hi @diegodobelo, how to get the item text? let say i have item with text 'bus stop 1234' and subitems which is 'bus 1', 'bus 2' and so on.
@alexissinglaire try to use findViewById. like, TextView myText = item.findViewById(...).getText()
TextView myText = item.findViewById(...).getText()
No branches or pull requests
Hi i need to update data in Item, after view is created. How could i do it?
Is there any get and set method to update item runtime?
The text was updated successfully, but these errors were encountered: