You can close a dialog using its dismiss() method :
http://developer.android.com/intl/fr/reference/android/app/Dialog.html#dismiss%28%29
You might want to consider having the activity manage restoring your
dialog for you as well:
http://developer.android.com/intl/fr/reference/android/app/Activity
Oh well. Maybe I should raise it as a bug, as this is a problem to me,
and it seems there should be a standard method to the effect of
alert.close();
On Oct 23, 1:02 pm, Neilz wrote:
> Hi. I have an activity which pops up a Dialog box, to get some text
> input from the user. The problem arises w
2 matches
Mail list logo