Hi all,
i am developing an application for android tablet. i have the following ui as per my app requirement.
To develop this ui i have used custom expandable list view, having text views and buttons using xml file.
By using SimpleExpandableListAdapter i have added this list to my main activity.
Now i want to give action to each element in my list view. for that i need to get access for those buttons in each line..
Can some one have experienced this please help me to achieve. any help would be appreciated.
Thanks
Shailaja

