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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -