如何实例化PopupWindow?

时间:2011-09-16 20:55:24

标签: android

我正在查看APIs并完全不知道如何创建和展示PopupWindow。为什么API的编写方式使人们需要搜索其他资源才能理解如何使用特定的东西?

嗯,无论如何,你能说明我如何创建和展示PopupWindow?非常感谢。

1 个答案:

答案 0 :(得分:2)

API的重点是提供技术文档。它们的主要目的是作为参考材料,而不是作为学习工具。那说你可以从阅读中学到很多东西。一般来说,我发现google for tutorial 往往会让我开始朝着正确的方向前进。 android中有很多PopupWindows示例,请查看此StackOverflow帖子:Is there a simple example of the PopupWindow class using Android v2.0?