开发姜饼蜂窝的 Android 应用程序

发布于 2024-12-08 00:18:07 字数 262 浏览 7 评论 0原文

我是一名新的 Android 开发人员。我正在为 android Gingerbread (2.3.3) 开发一个应用程序,我希望我的应用程序能够在带有 HoneyComb 3.0 的平板电脑中使用。

我的问题是:

  1. 最好的方法是什么,首先根据 Gingerbread 开发应用程序,然后将其适应 Honeycomb? (或者这种想法很疯狂?)
  2. 您对应用程序的设计有什么建议,以便更好地适应这两个操作系统版本吗?

谢谢。

I'm a new android developer. I'm developing an app for android Gingerbread (2.3.3) and I would like my app to be used in a Tablet with HoneyComb 3.0.

My questions are:

  1. What is the best approach, develop the app first to Gingerbread and adapt it to Honeycomb?. (or that kind of think is insane?)
  2. Do you have any suggestions about the design of the app for a better adaptation to both OS versions?

Thanks.

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

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

发布评论

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

评论(1

昔梦 2024-12-15 00:18:08

使用碎片。有一个静态库应该允许您为 Honeycomb 编写并一直保持兼容性,直到 Donut。请参阅这个
另请阅读 android-developers.blogspot.com/2011/09/preparing-for-handsets.html 。它涵盖了设计在手机和平​​板电脑上运行的单个应用程序的一些方面。看起来,如果应用程序遵循此处设置的准则,那么冰淇淋三明治兼容性在最坏的情况下应该是微不足道的。

Use fragments. There is a static library that should allow you to write for Honeycomb and maintain compatibility all the way till Donut. See this and this
Also read android-developers.blogspot.com/2011/09/preparing-for-handsets.html . It covers some aspects of designing a single application to run on both phones and tablets. It looks like if the applications follow the guidelines set here, then Ice Cream Sandwich compatibility should be trivial at worst.

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