Hello everyone,

I am working on an Android lab : 
https://sites.google.com/site/androidappcourse/labs/lab-3
but got stuck at section 3.3 which asks to expand/collapse a customized 
view when user taps the text area.

I followed the lab instruction that creates a ListView with ChoiceMode 
enabled on a relative layout. And my customized view is checkable. When I 
tap the text area, the expand button text is changing correctly, but the 
text area doesn't redraw. I am pretty sure that my expand/collapse logic is 
correct, as the expand/collapse button is working as expected requested in 
section 2.2.

After searching online, I found someone else has the exactly the same 
issue: 
http://stackoverflow.com/questions/8549397/setchecked-method-in-in-checkable-view-fires-twice-every-time-messing-with-the

Sorry for the long story. Any suggestion or help will be greatly 
appreciated.

Thanks,
Bo

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

Reply via email to