Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android background image resolutions

Tags:

android

I'm currently sizing a background for an android application, I want to know, what resolutions should I supply for low, medium and high density screens?

I can't make a decision, as the documentation seems to refer to the density, which depends on the resolution and the physical size of the screen, while I really want an image that is scaled as little as possible to minimize resource the footprint.

Many thanks

like image 915
Todd Davies Avatar asked May 23 '26 18:05

Todd Davies


1 Answers

It depends on a lot of different things. But for smaller apps I would just skip hdpi, mdpi & ldpi and put all of it in /drawable Put high res images there and phones with lower density will scale them down.

Links of interest: http://developer.android.com/guide/practices/screens_support.html

Happy coding

like image 80
Fredrik Avatar answered May 25 '26 06:05

Fredrik



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!