Android 菜单代码位于单独的类文件中

发布于 2024-10-26 05:05:12 字数 105 浏览 7 评论 0原文

在我的 Android 应用程序中,选项菜单应该在每个 UI 中都可用。所以我需要将这些代码分离到一个单独的类文件中,而不是在每个活动中重复相同的代码。我怎样才能在 Android 中做到这一点?

In my android application option menu should be available in every UI. So I need to separate those codes to a separate class file instead of repeating same code in every Activity. How can I do this in Android ?

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

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

发布评论

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

评论(1

陪你搞怪i 2024-11-02 05:05:12

一种方法是继承自“Activity”派生的自定义类。在这个基类中,您拥有选项菜单的通用代码。

One way is to inherit from a custom class that itself derives from 'Activity'. In this base class, you have the common code for the options menu.

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