[android-developers] ListView and CheckedTextView questions - help me, thanks!!!!

2010-06-22 Thread Alex Xin
Hi, guys I'm now developing an application that uses a ListView with a CheckedTextView on every item that managed by an ArrayAdapter to support multiple chooses. The contents in my ListView are dynamic, that means, can be changed during runtime. Now I try to use ListView.getCheckedItemPositions()

Re: [android-developers] ListView and CheckedTextView questions - help me, thanks!!!!

2010-06-22 Thread Alex Xin
Or could anyone who can teach me how to get the position of CheckedTextView in its OnClickListener callback? If I can do this it means I can monitor user actions by my own. On Tue, Jun 22, 2010 at 8:41 PM, Alex Xin xinxi...@gmail.com wrote: Hi, guys I'm now developing an application that uses