What are the android screen background sizes?

Please Share On:

Are you thinking to display some background image in the android app? And you don’t have any ideas what sizes should you keep the image inside the resource file? Then, keep reading. I am showing you the minimum sizes you need to create to display the background images.

Create 5 image under the following sizes and save under

app -> res -> drawable -> background.png

xxxhdpi: 1440 * 2560 px
xxhdpi: 1080 * 1920 px
xhdpi: 720 * 1280 px
hdpi: 480 * 800 px
mdpi: 320 * 480 px

That’s it. These are the 5 sizes of android background images if you want to use background images.



What are the sizes of the Android icon located inside the mipmap?

Please Share On:

Are you worried about your android icon sizes? or You don’t have any idea what size should you use to create your android app’s icon. Then keep reading the blog.

First, you need to design your android app icon in your mind or a piece of paper. And use any icon designing software like photoshop, illustrator, or any other icon creating software, which you have in your mind.

Create the 5 icons under following sizes and save inside res->mipmap ->icon.png

xxxhdpi: 192 * 192 px
xxhdpi: 144 * 144 px
xhdpi: 96 * 96 px
hdpi: 72 * 72 px
mdpi: 48 * 48 px

That’s it. These are the sizes of android icon apps. Make sure you have created 5 icons on each size mentioned above.



Copyright @2023. All Right Reserved.


Social media & sharing icons powered by UltimatelySocial