Multiple choice list with custom view?

You have to make your own RelativeLayout that implements the Checkable interface and have a reference to the CheckBox or to the CheckedTextView (or a list if it’s multiple choice mode).

Look at this post:
http://www.marvinlabs.com/2010/10/29/custom-listview-ability-check-items/

Leave a Comment