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().

--

Reply via email to