05-10-2011 10:17 AM
I'm new to Blackberry app development... Will I need to resize the graphics/icons for each of the different Blackberry screen sizes or is there an image auto-resize feature included in the SDK?
05-10-2011 11:14 AM
Basically, yes.
For example, the Bold and the Curve have different screen resolution and so an image of 150pxX150px will be a lot bigger on the Curve device.
Try reviewing the documentation and googling about the issue to find the best option for your application.
E.
05-10-2011 11:21 AM
Thanks for the information. That's what makes the iPhone dev so nice... BR, R.J.