I am new to Android game development (and Android in general).
My first question arose when I created the background for my first game: what size should I choose? If I choose, for example, 800x480, will this work out well in any other resolutions? What about my main character? If I do this 5px / frame (I already know how to make it independent of fps, this is just an example), it is not the same as moving 5 pixels on a screen with a width of 320 pixels, not 800 pixels wide. Any advice on this?
thank
source
share