The answer to your question is part of the documentation :) Read under the topic "Showing a Dialog" http://developer.android.com/guide/topics/ui/dialogs.html#ShowingADialog
Balwinder Kaur Mobile.Software.Development ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Oct 14, 7:22 am, Jeffrey Blattman <[email protected]> wrote: > i've been wondering this. why would i implement > Activity.onCreateDialog()? why wouldn't i just create a new instance of > the dialog i want, and call .show() on it? usually a dialog will close > itself, but if i doesn't, i just keep a handle to it in a member field > and call .dismiss(). > > -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

