On Fri, Oct 22, 2010 at 5:16 PM, Nathan <[email protected]> wrote:
> I only intend to show it once. I need the user to make one simple choice, > the first time the app is run, then mark it done. But if it is invisible and > frozen, they won't make that choice. > In that case I would show the dialog first, then show the "Welcome" activity once it's dismissed. OR show the welcome screen with startActivityForResult() then show the dialog when it returns. No sense cluttering up onResume with this one-time stuff. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

