PDA

View Full Version : Resources file for Splash Screen and others???


manuelm
01-20-2003, 07:40 AM
Does anybody know if there any standard to create the BMP or JPG for he splash screen, Icons, etc?, size, resolutions, color depth, etc.
What happens if I create them in color and try to use them in a single-color handset? or non-compatible sizes?
Is there any function in Brew that detects the capabilitites of the handset so my app use only the resources than can run properly on that handset?

Kevin
01-27-2003, 01:25 PM
You can refer to ISHELL_GetDeviceInfo. Also we encourage you to use multiple resource files across the devices so that your code is portable.

manuelm
01-27-2003, 01:32 PM
Thanks Kevin,, But I still have another question, let's say I use the function you said, it means that I'm including several resource files (one for each phone) so my app can adapt itself in runtime depending of the handset? doing so my app will be so big, or I have to compile different apps (one for each handset using a correspondent resource file but relatilibily the same source code) and give them to the carrier to be published.