Styling a BlackBerry Application to Look Like an iPhone

blackberry, custom-controls, user-interface

Solution

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.

See also UPDATE How to – Implement advanced buttons, fields and managers naviina - iPhone-style Field for Blackberry SO - Blackberry User Interface Design - Customizable UI

Problem

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. 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. Links - Make BlackBerry UI Components Look Like iPhone Components

Original source

Related problems