I'm writing an app and I want one of my activities to have a background,
I've read the android docs about supporting multiple resolutions etc, but my designer is asking me what size the wallpapers should be and I do not want a lot of images for low,normal,high dpi in all the screen sizes.
What would be the most space efficient way to get a nice screen filling graphic background on all those screens?
Android is great and all, but I do not want to end up with a huge app since I need all sizes of images for everything.