Thanks guys! Both of you have great solutions to this problem. I am already pulling the data from a database so I may as well use the SimpleCursorAdapter method that Xingye is using and just hand it my cursor result and format it how I want. That is one less step to have to deal with for me.
On Apr 4, 2:19 am, xingye <[EMAIL PROTECTED]> wrote: > here is the demo code what you want. > > http://code.google.com/p/sharepath > > just checkout the source code, the checkable list in choosebuddy.java. > > On 4月4日, 上午10时57分, SnowDrifter <[EMAIL PROTECTED]> wrote: > > > I have a ListView that contains a list of checkbox and text pairs. I > > am having trouble figuring out how to access the data in the checkbox > > or get an onclick from the checkbox since there are n of them and I > > can't exactly give each one an ID. > > > This has been posted before but nobody had a > > solution:http://groups.google.com/group/android-developers/browse_thread/threa... > > > I was hoping there was a fix for this in M5. Anybody know? --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

