is it possible to programatically access specific rows in a list of CheckedTextViews to change the state of their textboxes?
I have a listview that needs to be multiple choice (i.e each list item has a checkbox which can be checked / unchecked)
Given this XML property of the CheckedTextView\'s checkMark: android:checkMark=\"?android:attr/listChoiceIndicatorMultiple\"
How can you dynamically create a CheckedTextView in android [without creating a new implementation]? It seems CheckedTextView is abstract ... (which does not make any sense at all) because I keep get