问题描述
我移植从iPhone到黑莓手机的应用程序。黑莓应用程序往往不会看起来像抛光的iPhone,但当然,我想保持尽可能多的抛光尽我所能,不破坏任何重要的UI约定。是否有任何UI组件,可以帮助这一点?
I am porting an application from iPhone to BlackBerry. BlackBerry apps tend not to look as polished as iPhone, but naturally, I would like to maintain as much polish as I can, without breaking any important UI conventions. Are there any UI components that can help with this?
NB。我打算遵循所有重要的UI公约。例如,我将使用BlackBerry菜单,而不是一个标签栏提供访问帮助和其他一些高级选项。
NB. I am planning to follow all important UI conventions. For example, I will use the BlackBerry Menu instead of a tab bar for providing access to help and some other advanced options.
链接
- Make BlackBerry UI Components Look Like iPhone Components
推荐答案
您可以扩展的的控制与,或实现扩展Field类自己一个人。
You can extend blackberry controls with custom drawing, or implement own one extending Field class. Also you may draw a bitmap background (skin) for each control state.
另请参阅结果
更新 结果
结果
SO - 黑莓用户界面设计 - 可定制的UI
See also
UPDATE How to – Implement advanced buttons, fields and managers
naviina - iPhone-style Field for Blackberry
SO - Blackberry User Interface Design - Customizable UI
这篇关于造型黑莓应用程序看起来像一个iPhone的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!