Page 1 of 1

Android launch images all interface orientations

Posted: Wed Mar 19, 2014 7:39 pm
by Tom6106181

Hi. I am going to push my app to Google play, and my final issue is with the launch images and how to have a launch image that is scalable no matter what interface orientation (landscape or portrait).

As of now, I am using a 426x320 (white background + app logo). It looks real good in landscape orientation, but if I put the device in portrait orientation, it looks "compressed".

Any suggestions on what type of launch image I should create for my app, so it looks good in any orientation.

thanks :)

-Tom


Android launch images all interface orientations

Posted: Wed Mar 19, 2014 8:18 pm
by Maryna Brodina

Hello!

Use 9-patch png image https://developer.android.com/tools/h.... Please also take a look here https://getsatisfaction.com/apperyio/...


Android launch images all interface orientations

Posted: Wed Mar 19, 2014 10:28 pm
by Tom6106181

Android launch images all interface orientations

Posted: Tue May 20, 2014 7:10 pm
by Mike6580064

Thanks for the resources but still unsure of which resolution to upload the icon in under App Settings--Android Binary...


Android launch images all interface orientations

Posted: Wed May 21, 2014 6:36 am
by Evgene Karachevtsev

Hello Mike,

You can load icon through appery.io interface.(App Settings--Android Binary-Icon). And this icon will be the same for all device resolution. And this icon can be any of possible size(32x32, 48x48 and things).
Or you can load for every possible device size its own icon through page source: http://devcenter.appery.io/tutorials/...
For example, load icon.png in folder Android-"App name"-res-drawable-hdpi for hdpi devices.

Size of icon for different device sizes: LDPI- icon-32x32
MDPI- icon-48x48
HDPI- icon 72x72
XHDPI- icon-96x96