java - how to update and redraw android.app.dialog? -


i'm writing android app.

i have open dialog (android.app.dialog).

i want update 1 of textviews in dialog.

how can without closing , reopening dialog?

today assignment requires opening dialog.

    setdlgdata();      mdialog.show(); 

instead of dialog, use alertdialog , call setmessage on change text inside.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -