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

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

  •  25-10-2019
  •  | 
  •  

문제

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.

도움이 되었습니까?

해결책

I believe these are built using the PopupWindow class.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top