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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -