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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -