Re: [android-developers] Confused over activities and creating new tasks

2010-08-31 Thread Mark Murphy
I'd implement a wizard using ViewFlipper in a single activity, personally. Creating a reusable wizard component is yet another of the 18,000 items on my to-do list... On Tue, Aug 31, 2010 at 6:02 PM, Connick wrote: > Hi folks, > > I'm launching a wizard as a series of views. (dialog theme) I need

[android-developers] Confused over activities and creating new tasks

2010-08-31 Thread Connick
Hi folks, I'm launching a wizard as a series of views. (dialog theme) I need the user to be able to step back and forth through the series of views. When the final step is completed I'd like to return the to the original view that launched this new task. (i.e. close the series of dialogs) The only