构建一个大的主屏幕图标

发布于 2024-12-11 12:33:20 字数 108 浏览 0 评论 0原文

我们正在创建一个应用程序,它将成为安装该应用程序的手机的专用应用程序。为此,为应用程序创建专用主屏幕页面的最佳方法是什么?是否可以创建一个带有大主屏幕图标的应用程序,或者我们是否必须构建一个“小部件”?

We're creating an app that will become the dedicated purpose for the phones it's installed on. Towards this end, what's the best way to create a dedicated homescreen page for the app? Is it possible to create an app with a large homescreen icon, or do we have to build a "widget"?

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

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

发布评论

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

评论(1

友谊不毕业 2024-12-18 12:33:20

另一方面,这是一个开发问题,但它仍然非常实用,所以我会在这里回答。所有启动器中的图标几乎都是标准尺寸,因此可能还有其他两个选项:小部件或背景+图标。

由于设备将专用于应用程序,因此可以设计适合全屏尺寸的背景,但仍强调图标。

另一种可能性是创建一个小部件,其唯一目的是启动应用程序,这需要更多的工作,但可以在将来使用您已有的代码库通过附加功能来增强主屏幕。

This is, on the other hand, a dev question but it still is pretty practical, so I'll answer it here. The icons are pretty much standard sized in all the launchers, so there could be two other options: a widget or a background + icon.

Since the devices will be dedicated to the app, it's possible to design a background to suit the full screen size, but still emphasize the icon.

The other possibility is to create a widget with the sole purpose of launching the app, which requires a bit more work, but gives the possibility of enhancing the home screen with additional features in the future with the codebase you already have.

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