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.
Asked
Active
Viewed 813 times
1 Answers
0
I believe these are built using the PopupWindow class.
-
oh,thanks ,I have tried it.But it seems it doesn't move with the POI(point of interest) – Alex Chan Jul 24 '11 at 16:06
-
Hey, I dont have any experience with the class. I just know that you sometimes just miss the right keyword to find helpful resources, hence the short answer. Also, to help you, you have to post some code to see what you are doing (wrong). I guess opening a new question with the code is the best way here. – Jul 24 '11 at 16:10