Re: [android-developers] Multiple - multiple choice dialogs/activities, questionnaire, one question at the time

2010-05-04 Thread John Romero
Thanks for your reply TheKing I am trying to make this work, and even tried to do this using a flipview. But I am not able to instantiate options using that dynamically. Does anyone know how to use flipview and instantiate the elements inside of it on the code (not on the xml)? On Tue, Apr 27,

Re: [android-developers] Multiple - multiple choice dialogs/activities, questionnaire, one question at the time

2010-05-04 Thread TreKing
On Mon, May 3, 2010 at 10:44 PM, John Romero jsmith...@gmail.com wrote: Does anyone know how to use flipview and instantiate the elements inside of it on the code (not on the xml)? Haven't used ViewFlipper but seeing as how it's just a ViewGroup, it should work like all the others - create

Re: [android-developers] Multiple - multiple choice dialogs/activities, questionnaire, one question at the time

2010-04-27 Thread TreKing
On Mon, Apr 26, 2010 at 2:35 PM, John Smith jsmith...@gmail.com wrote: So, my problem is I have multiple questions, one to be presented each time, and I need to wait for one to be responded so I can ask the next one. How do I accomplish this? I would not use Dialogs for this. One thing you

[android-developers] Multiple - multiple choice dialogs/activities, questionnaire, one question at the time

2010-04-26 Thread John Smith
Hi there, I am new at developing for android, so bear with me (and my ignorance). I have tried to make a series of dialogs, like a questionnaire, that the user needs to answers a series of questions selecting one or more checkboxes. I can do one, just fine, but when I try to make more than one