tags:

views:

411

answers:

1

Hi, I am using expandable listview i need to refresh as i am searching the list only for parent.I have searched for tutorial in which i can set visibility only for some parent but not all the expandable listview object .

Thanks in advance.

A: 

i guess u can implement slowadapter for ur listview.

check this slow adapter in apidemos example.

Praveen Chandrasekaran
I have custumized the view and added a check box in layout sl after clicking the childrens of respective parent i should get the respective child index also .....? how to achieve that in slowadapter ?
Sam97305421562
go through the slowadapter example which is in ApiDemos sample.
Praveen Chandrasekaran