I am developing an application which will run on different blackberry devices.
640 x 480
800 x 480
360 X 480
320 X 240
480 X 360
Please tell me how can i handle these resolutions.
I have used Differnt PicturebackgroundField, EditFields, etc.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no single way to handle different resolution in Blackberry. You can use following way:
CASE 1. Resizing and scaling the images for different resolution.
CASE 2. Create single build by including images for each target resolution.
CASE 3. Create a single source code and build different cod file for different resolution by replacing the images.
pros and cons:
CASE 1: this way provide the poor quality. PNG image scaling do not provide the good result.
CASE 2: this way will be good for small project which uses less images.
CASE 3: by using this way, you can implements the layout code according to screen height and width and then build the application by replacing the images for different resolution. I think this is the reason Blackberry provides the facility to upload different COD for different resolution.