安卓多屏问题

发布于 2024-10-26 04:38:08 字数 131 浏览 3 评论 0原文

我是 Android 应用程序开发新手。我必须开发适合多种屏幕尺寸的应用程序。我已经尝试了 Android 开发者论坛等的许多教程。但我仍然很困惑为多屏幕和图像按钮对齐选择正确的布局格式。所以请告诉我是否有任何教程或示例 Android 应用程序。

I am new to android app development. I have to develop my app that fit on multiple screen sizes. I have tried many tutorials from android developer forum and etc. But still I am confused to choose correct layout format for multiple screen and image button alignment. So plz let me know if is there any tutorial or sample android application for this.

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

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

发布评论

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

评论(4

紫竹語嫣☆ 2024-11-02 04:38:08

要开始使用,您应该查看 Hello Views 教程。在大多数情况下,定义布局将为您处理不同的屏幕尺寸。

To get started you should look at the Hello Views tutorial. Defining layouts will handle different screen sizes for you in most cases.

猥︴琐丶欲为 2024-11-02 04:38:08

您是否阅读过指南主题支持多个屏幕?这是最好的起点。如果您在尝试实施某些操作时遇到具体问题,请发布您已完成的操作以及不起作用的操作以获取帮助。

Have you read the guide topic Supporting Multiple Screens? That's the best place to start. If you have specific issues trying to implement something, post what you've done and what's not working to get help.

◇流星雨 2024-11-02 04:38:08

嘿,
您已经浏览过 Android 开发者网站了吗?如果没有,您可以检查该链接: http://developer.android.com/guide/practices /screens_support.html

Hey,
Did you take a look at the android developer site already? If not you can check that link: http://developer.android.com/guide/practices/screens_support.html

请帮我爱他 2024-11-02 04:38:08

我的三星 Galaxy 551 手机也遇到类似问题。由于像素变化,文本框的对齐方式很奇怪。也尝试一下您的布局方向。我的建议是不要使用任何硬编码。而是使用 fill_parent 和 wrap_content 等参数。如果您不喜欢layout_height =“300dip”,并且当您将应用程序放入小屏幕手机中时,后一种布局会将您的字段移出屏幕。

I had similar issue with my Samsung Galaxy 551 phone. The alignment of text box was weird because of pixel variations. Just try with your layouts orientation too. My advice would be not to use any hardcodings. Instead use parameters like fill_parent and wrap_content. If you hard like layout_height="300dip", and when you put your app in small screen phones, the latter layout will get your field out of the screen.

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