android - Getting alert dialog properties -
i want check if dialog showing , if save title, message, button titles in onsaveinstancestate() method , display alert saved properties next time activity restored saved bundle.
one solution switch dialog fragment http://developer.android.com/guide/topics/ui/dialogs.html. fragment can retain instance automatically.
Comments
Post a Comment