After researched in this group, I have a conclusion that the number of
calling getView function in adapter is not guaranteed, normally this
function will be called 3 times. It's causing issue to my app.

I have a custom list view, 2 text and 1 check box in each row. I also
defined my own adapter extends from simple adapter.

Now i just want to catch the onclick event to change the checkbox
state, but after i called setChecked function the getView function
will be called again and again which will overwrite my settings.

Any propose?

-- 
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