What about using the choiceMode attribute for a ListView? http://developer.android.com/reference/android/widget/ListView.html#setChoiceMode(int)
I have tried using CHOICE_MODE_MULTIPLE and it works. I am guessing CHOICE_MODE_SINGLE would act like an ACTION_PICK. -Zarah. On Sep 21, 5:47 am, Bret Foreman <[email protected]> wrote: > Perhaps, but if I'm going to do that, I'd just as well have a > SrollView with a LinearLayout with a RadioGroup with RadioButtons > added on the fly. The behavior would then be almost identical, except > I would lose the convenience of using an adapter for the data. > > On Sep 20, 2:23 pm, Kostya Vasilyev <[email protected]> wrote:> Perhaps it > would make sense then to put radio buttons into your ListView? > > > You'd have to manage their state changes yourself, but then the UI would be > > instantly familiar to your users... > > > -- > > groups.google.com/group/android-developers?hl=en -- 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

