Android:如何在没有 xml 的情况下通过 MapActivity 显示自定义视图?

发布于 2024-11-27 22:15:32 字数 124 浏览 1 评论 0原文

我在地图活动上显示了一些小图表。当单击这些图表之一时,想要在谷歌地图上显示具有透明度的详细图表。 所以我有类“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽袖吟 2024-12-04 22:15:32

考虑使用 PopupWindow。或者,如果您不想这样做,请使用 AlertDialog

Look into using PopupWindow. Or if you don't want that, use AlertDialog

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文