On Sat, Aug 13, 2011 at 8:00 AM, Boozel <[email protected]> wrote:

> I have a Activity that uses an array adapter to show 4 lists each under a
> tab (as in the code below). Each item in the list is a CheckedTextView as in
> the layout file at the bottom. How do i set individual items "checked" in
> one of those lists?


Your Adapter is responsible for returning the correct view based on the
state of the underlying data. So override getView() and return the right
thing based on the checked state of whatever the check box item represents.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to