如何自动调整所有模拟器的设计
我正在使用 9630 BlackBerry 模拟器开发应用程序,但是当我使用 9550 模拟器进行测试时,我的应用程序会脱离屏幕。如何针对所有模拟器进行调整以避免这种情况?
I am developing an application with the 9630 BlackBerry simulator, but when I test with the 9550 simulator, my app draws off-screen. How do I adjust for all simulators to avoid this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 HorizontalFieldManager 和 VerticalFieldManager(特别是使用 USE_ALL_WIDTH、USE_ALL_HEIGHT 样式标志)可以让生活变得更轻松。
还要记住在字段管理器中使用滚动(例如垂直列表)
谈论图像资源,如背景等,有几种方法可以采用:
另请参阅
Blackberry 用户界面设计 - 可自定义 UI?
开发针对不同屏幕尺寸的应用程序
支持多个屏幕 - Blackberry
所有 BlackBerry 设备的 UI 兼容性
Using HorisontalFieldManager and VerticalFieldManager (aspecially with USE_ALL_WIDTH, USE_ALL_HEIGHT style flags) makes life easier.
Also remember about using scroll inside field managers (ex. for vertical lists)
Talking about image resources, like backgrounds etc, there are several ways you can go:
See also
Blackberry User Interface Design - Customizable UI?
developing application for diffrent screen size
Supporting multiple screens - Blackberry
UI compatibility across all BlackBerry devices