Is there any modeless dialog in android, like what google maps shows when touched?

StackOverflow https://stackoverflow.com/questions/6806767

  •  25-10-2019
  •  | 
  •  

Pergunta

I want a widget that can interact with user, but will not block the activity ,just like google maps does when some place in the screen is touched. Did any body know how to implement it? I already know toast、alert,even activity with dialog theme ,seems that they all not meet my request. Many thanks.

Foi útil?

Solução

I believe these are built using the PopupWindow class.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top