android - Prevent Dialog from closing when locking the phone -


i have android application create dialog. if lock phone , unlock dialog gone because have paused activity. there way can keep dialog open after unlock phone or unpause paused activity?

yes, use dialogfragment instead of simple dialog. details here , internet full of dialogfragments :)


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -