Android:如何在没有 xml 的情况下通过 MapActivity 显示自定义视图?
我在地图活动上显示了一些小图表。当单击这些图表之一时,想要在谷歌地图上显示具有透明度的详细图表。 所以我有类“myCusomGraphView extends View{...}”,我想在需要时在 MapActivity 上显示它。
I have some small graphs on display over mapactivity. And when one of these graphs are clicked want to show up detailed graph with transparency over the google map.
So I have class "myCusomGraphView extends View{...}" and I want to display it over MapActivity when it needed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑使用 PopupWindow。或者,如果您不想这样做,请使用 AlertDialog
Look into using PopupWindow. Or if you don't want that, use AlertDialog