Quote:
Originally Posted by ilh3- 1 way is to create all the different images and compile different versions of the app depending on the screen resolution and then specify which version of the app gets applied to which BB model in the alx file for the installer to decide which to use.
The other is to have all the images in 1 version of the app and check in the program what resolution the screen is using Display.getWidth() and getHeight() and decide which image to use based on those values. |
Hey, thanks for the reply, I guess second version would be a feasible way, could you please elaborate what exactly we mean in the first point when you said "mentioning in alx file", do you mean we get different setups of same application?