I am building an app for iPhone, android and Blackberry, and I have put a splash screen image on with a size of 640 x 960 px. This works ok on my Galaxy S3 – bit stretched still, but it seems to differ for each device.
I basically want to know what sizes to make these splash screens. I have seen a lot around rthe web giving different views, and different sizes for each screen. Has anyone got an idea about what sizes are for where? Do I even need to make a different size for each screen? They all have different aspect ratios etc…
EDIT
Also, I have seen somewhere that you need different directories for android – specifically “res/drawable-ldpi, res/drawable-mdpi, res/drawable-hdpi, res/drawable-xdpi.” Where do i fiond this on the PhoneGap build? I cant gain access to that part of the file directory, only the images etc.. that I have uploaded. I am using Dreamweaver CS6 by the way.
Did you see my previous answer on splash screen sizes?
phonegap – splash screen for Android app
Regardless, on Android you will need to provide multiple splash screen sizes or provide a 9-patch image that will stretch properly.