Tom6106181
Posts: 0
Joined: Fri Aug 02, 2013 12:39 pm

Android launch images all interface orientations

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

Mike6580064
Posts: 0
Joined: Wed Jan 15, 2014 6:00 pm

Android launch images all interface orientations

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Android launch images all interface orientations

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

Return to “Issues”