针对不同的屏幕分辨率进行设计
我正在使用 LWUIT 开发 J2ME 应用程序,并希望支持市场上可用的大多数主要分辨率。回到 Android 开发中,我有四组分辨率,Ldpi、Mdpi、Hdpi 和 XHigh,在幕后 Android 将设备分辨率映射到这四组中的任何一组,在 LWUIT 中是否有类似的用于光栅图形的东西,某种映射方式一组分辨率的维度。
问候。
叶希亚·萨拉姆
I'm working on a J2ME applicatoin using LWUIT and would like to support most of the major resolutions available on the market. Back in Android development, I had four sets of resolutions, Ldpi, Mdpi, Hdpi and XHigh, and behind the scenes Android maps the device resolution to any of these four sets, is there something similar in LWUIT for raster graphics, some way to map the dimensions to a grouped set of resolutions.
Regards.
Yehia A.Salam
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看资源编辑器中的多图像,它们允许为单独的设备定义单独的资源,并且边框向导可以隐式地将图像剪切为多图像边框。
Look at multi-images in the Resource Editor, they allow defining separate resources for separate devices and the border wizard can implicitly cut an image to a multi-image border.