我可以使用什么来替代 Monodroid 中的操作栏?
我正在尝试将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请在此处查看我的 ActionBar 实现 https://github.com/soundnRg/ActionBar。希望它能帮助你。
please look at my implementation of ActionBar here https://github.com/soundnRg/ActionBar. Hope it will help you.