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