我可以使用什么来替代 Monodroid 中的操作栏?

发布于 2024-12-21 08:27:52 字数 397 浏览 1 评论 0原文

我正在尝试将 Monotouch 应用程序移植到 Monodroid。我的应用程序必须至少以 Android 2.1 为目标,但操作栏似乎仅适用于 Android 3.0 及更高版本。

iOS 应用程序一直在使用标题栏,因此我正在寻找一些可以在不同操作之间重复使用的操作栏替代品。

解决这个问题我有哪些选择?我知道有本地 android 库可以解决这个问题(即 https://github.com/johannilsson/android-actionbar ),但通过 JNI 与它们通信看起来很容易出错且乏味。还有更好的解决办法吗?

谢谢,

阿德里安

I'm trying to port a Monotouch app to Monodroid. My app has to target Android 2.1 as a minimum, but the Action Bar only seems to be available for Android 3.0 and upwards.

The iOS app is making use of the title bar all the time, so I'm looking for some action bar replacement that can be re-used from action to action.

What are my options for solving this problem? I know there are native android libraries tackling this problem (i.e. https://github.com/johannilsson/android-actionbar), but communicating with them through JNI looks quite error-prone and tedious. Is there any better solution?

Thanks,

Adrian

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

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

发布评论

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

评论(1

べ映画 2024-12-28 08:27:52

请在此处查看我的 ActionBar 实现 https://github.com/soundnRg/ActionBar。希望它能帮助你。

please look at my implementation of ActionBar here https://github.com/soundnRg/ActionBar. Hope it will help you.

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