views:

38

answers:

1

Hey all.

I have being playing around with expandable list views recently.

I am trying to get a list view that has a checkbox as one of the elements of the child view.

I found this tutorial, http://mylifewithandroid.blogspot.com/2010/02/expandable-lists-and-check-boxes.html, and it seemed perfect. However when I compiled it and started playing with it I realised its very buggy. Checking a box in one group can cause a random box from another group to check or uncheck.,

This is the only tutorial I can find on this, It seems like a thing that would be used in a lot of apps, so I was wondering, is there any other good tutorial or resource out there that deals with this?

Or even better, would anyone care to show their own code having gotten this to work...

Thanks

Kev

A: 

hi, kevin

this is what i found in which a good guideline is given how we can make custom listview whether its a checkbox or any textview within listview

http://techdroid.kbeanie.com/2009/07/custom-listview-for-android.html

Thanks..

rakesh

Rakesh Gondaliya
Thanks Rakesh, looks like a good tutorial, but it seems to only deal with listviews, where as I am more intereseted in ExpandableListViews..
Kevin Bradshaw