Android 2.3 内置弹出菜单

发布于 2024-12-24 16:46:28 字数 49 浏览 1 评论 0原文

我想知道 Android 2.3 版本是否有内置弹出菜单?任何链接建议也会有所帮助。

I want to know if there is inbuilt popup menu available for android version 2.3? Any link suggestion will also be helpful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

暮凉 2024-12-31 16:46:28

我正在寻找同样的东西,最终得到了这个链接: http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/

有趣的引述:

标准 Android SDK 中不包含 QuickActions 对话框,因此我们必须手动创建它。

我发现 QuickContact 对话框使用标准 SDK 中不存在的私有 API 调用 (com.android.internal.policy.PolicyManager)

他将 QuickActions 作为开源项目实现: com/lorensiuswlt/NewQuickAction3D" rel="nofollow">https://github.com/lorensiuswlt/NewQuickAction3D

I'm looking for the same thing and I end up with this link : http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/

Interesting quotations :

The QuickActions dialog is not included in standard Android SDK, so we have to create it manually.

and

I found that the QuickContact dialog uses private API call (com.android.internal.policy.PolicyManager) that does not exists in standard SDK

He implemented the QuickActions as an Open-Source project : https://github.com/lorensiuswlt/NewQuickAction3D

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