构建一个大的主屏幕图标
我们正在创建一个应用程序,它将成为安装该应用程序的手机的专用应用程序。为此,为应用程序创建专用主屏幕页面的最佳方法是什么?是否可以创建一个带有大主屏幕图标的应用程序,或者我们是否必须构建一个“小部件”?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
另一方面,这是一个开发问题,但它仍然非常实用,所以我会在这里回答。所有启动器中的图标几乎都是标准尺寸,因此可能还有其他两个选项:小部件或背景+图标。
由于设备将专用于应用程序,因此可以设计适合全屏尺寸的背景,但仍强调图标。
另一种可能性是创建一个小部件,其唯一目的是启动应用程序,这需要更多的工作,但可以在将来使用您已有的代码库通过附加功能来增强主屏幕。
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.