Open SachinTanpure opened 7 years ago
Hi @SachinTanpure , I created a method to get items by index in ExpandingList.
mExpandingList.getItemByIndex()
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()
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?