hackbod, Thank you for your angle on this. I am using the described technique to open a web browser window from within an Activity without stopping it. After user closes the web browser, he or she returns to the main app without missing a beat. A Dialog does not cover this use case, and OP might have a similar challenge. So... while this technique does not completely honor the intent of the activity model - the activity model does not completely cover the intent of the app either here...
On Sep 28, 9:52 pm, hackbod <[EMAIL PROTECTED]> wrote: > It sounds like you are really working against theactivitymodel. Why > not just create a second window (with the Dialog class) inside of your > parentactivity, instead of trying to express everything as > activities? If theactivitymodel doesn't work for you for a > particular UI flow, you don't need to use it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

