I am designing an android game, and have so far test it only on a 480 x 800 pixel emulator, obviously this isn't suitable for all phones. I completely understand with layouts and xml and drawables the need to create them in different sizes, but what about when it comes to canvas methods such as drawing bitmaps, because they would be drawn in different positions on different size screens etc
Thanks in advance
Ben