Android activity image background size

Yash picture Yash · Sep 12, 2010 · Viewed 54.4k times · Source

I am a bit confused on creating an image which will be acting as a background for my activities. So, in short, my aim is that my application should be able to fit the different screen sizes. Therefore, what size in pixel should my three images be to be able to fill the screen of the device in ldpi, mdpi and hdpi?

Thank you for any response.

Answer

Wroclai picture Wroclai · Sep 12, 2010

In ldpi-folder, the recommended size is 240x320.

In mdpi-folder, the recommended size is 320x480.

In hdpi-folder, the recommended size is 480x800.

More information about this subject can be found here.