android 屏幕尺寸问题

发布于 2024-11-08 15:31:49 字数 124 浏览 0 评论 0原文

我正在创建一个针对所有 Android 设备的本机 Android 应用程序。我对基于屏幕尺寸的 UI 可扩展性感到困惑。请建议我在开发时需要考虑的屏幕尺寸是多少。

请尽快回复。

提前致谢 沙迪亚先生。

I am creating a native android app targeting all android devices. I have confused about scalability of UI based on screen size. kindly suggest what are the screen sizes I need to consider while developing.

Please reply as soon as possible.

Thanks in advance
M.Sathya.

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

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

发布评论

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

评论(2

温暖的光 2024-11-15 15:31:49

Android 的设计方式使得我们所做的一切都可以独立于屏幕尺寸运行。
从根本上讲,您必须了解布局的类型及其用途。
也倾向于使用 dp 而不是像素。

有关更多信息,请访问:多屏幕支持

谢谢,

Android is designed in such a way that everything we make can be run independent of screen size.
Fundamentally you MUST learn about types of layouts and their use.
Also tend to use dp instead of pixels.

For more information go to: Multiple Screens Support

Thanks,

樱花坊 2024-11-15 15:31:49

您需要考虑密度为 240x320 的小屏幕、320x480 的中屏幕和 480x800 或 480x854 的大屏幕。查看多屏幕支持

you need to consider about small screens with density 240x320, medium screens 320x480 and large screens 480x800 or 480x854. check out this Multiple Screens Support

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