如何设置我的 .apk 文件在 Android 中的不同屏幕分辨率上运行?
我的应用程序使用的是“WVGA800”。我尝试在不同分辨率的屏幕上运行它。它并没有完全符合该决议。 我阅读并实施了此链接中的问题。 http://developer.android.com/guide/practices/screens_support.html 但还是没有结果。如果有人有完美的解决方案请告诉我。 主要问题是我正在修复高度和高度。图像宽度、文本大小等。当显示这些时 到“WVGA800”的屏幕。但是当我在“HVGA”、“QVGA”上测试它们时,问题就出现了。 我想通过在运行时获取屏幕分辨率来避免“if else”条件。如果有人对此有任何解决方案......请告诉我。提前致谢。 我还想知道什么时候会有具有新屏幕分辨率的新设备?
I am using a "WVGA800" for my app. I try to run it on different resolution screens. It it is not perfectly scratching in that resolution .
I read and implement issues form this link.
http://developer.android.com/guide/practices/screens_support.html
But still not result. Please let me know if any one hase a perfect solution.
Main issue are that I am fixing hight & width of Image, textsize etc. When these are displayed
to screen of "WVGA800". But when I test them on "HVGA", "QVGA" then problem arise.
I want to avoid the "if else" conditions by getting the screen resolution at Runtime. If any one hase any solution for this...let me know. Thanks in advance.
I am also wondring when there will be new devices with new screen resolutions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
请参阅此,可能对您有帮助。
See this, may be its helpful for you.
主要问题是我正在修复 hight &图像的宽度、文本大小等
不要这样做。
Main issue are that I am fixing hight & width of Image, textsize etc
Don't do that.
您必须将以下代码添加到您的清单中:-
并且您必须使用不同的屏幕制作不同的不同布局文件夹:-
You have to add below code into your manifest:-
and you must have to make different different layout folder with different screen:-