Honeycomb 应用程序升级需要建议。

发布于 2024-12-06 21:41:20 字数 584 浏览 0 评论 0原文

我一直在做一些关于将我的应用程序 (android:maxSdkVersion = “10”) 升级到 Honeycomb 的研究,并希望得到一些建议。

首先,我的应用程序中的活动之一是列表活动。一旦用户从列表视图中选择一个项目,就会启动一个新的活动/布局,提供有关从列表视图中选择的项目的信息。然后,用户必须退出信息屏幕才能返回列表视图。 (简单)

如果我将此应用程序移至 Honeycomb,那么我可以使用 Fragments。使用 Fragments,我可以同时在屏幕上使用上述两个活动。

现在陷入两难境地。如果我使用 Fragments 来获得我想要的功能,但随后我将必须使用 Android 兼容性库才能让我的 FROYO 用户使用该应用程序。通过使用 Android 兼容性库,我将把我的应用程序绑定到较低级别的蜂窝操作系统。

因此,如果我想继续升级我的应用程序以超越 ICE CREAM,那么最好的办法可能是创建一个保留 maxSdkVersion =“10”的应用程序,并使用 minSdkVersion=“11”创建第二个应用程序。

那么,对于付费应用程序,用户必须购买两个版本的应用程序吗?

我在这里缺少什么?

提前致谢!

I have been doing some research on the upgrading my app (android:maxSdkVersion = “10”) to Honeycomb and would like some advice.

First, one of the activities in my application is a List Activity. Once the user selects an item from the listview, a new activity/layout starts that gives information about the item selected from the listview. The user must then back out of the info screen to get back to the listview. (Simple)

If I move this application to Honeycomb, then I can use Fragments. Using Fragments, I can use both of the above mentioned activities on the screen at once.

Now the dilemma. If I use Fragments to get the functionality I would like, but then I will have to use the Android Compatibility library in order for my FROYO users to use the application. And by using the Android Compatibility library I will bind my application to a lower level of honeycomb OS.

So, if I want to continue upgrading my application past ICE CREAM, then the best thing to do might be to create one application that remains maxSdkVersion = “10” and a second application using minSdkVersion=”11”.

So, for a paid app, users will have to buy two versions of the application?

What am I missing here?

Thanks in advance!

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

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

发布评论

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

评论(1

淡淡の花香 2024-12-13 21:41:20

因此,对于付费应用程序,用户必须购买两个版本
应用程序?

如果您使用的是 Google Market,则不可以,您可以上传多个 apk,并使用一些限制来定位不同的配置。

您可以阅读来自官方 Android 开发博客的这篇文章

So, for a paid app, users will have to buy two versions of the
application?

If you are using Google Market then, no, you can upload multiple apks and target different configurations using some constraints.

You can read this post from the official android dev blog

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