android - Create Dialog without activity -


how can implement such dialog, no activity running.
activity invisible or what?

enter image description here

how can implement such dialog, no activity running.

you can't.

is activity invisible or what?

possibly, perhaps using theme.translucent.notitlebar.

more likely, think dialog dialog-themed activity. main themes (e.g., theme.material, theme.appcompat) have specific themes dialog in names cause activity's window not fill entire screen.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -