dialog - How should I use showDialog() and onDialogCreate() in Android? -
i read this document don't understand.
it says can use showdialog() show dialog , system call ondialogcreate().
but in next section, says should use alertdialog.builder's create() create dialog.
i tried alertdialog.builer's show(), works , dialog popup. but... should call showdialog() , ondialogcreate()?
here discussion : dialog.show() vs. activity.showdialog()
Comments
Post a Comment