Reputation: 961
I'm about to create a game in android that can run on any device (tablet, galaxy s). How can I make the game flexible? Particularly with the layouts, positions and sizes of the screen. I have no problem when it comes to images because res
can handle it on the folders hdpi
, mdpi
and ldpi
. thanks.
Upvotes: 0
Views: 203
Reputation: 6614
have you seen this ? developer.android.com/guide/practices/screens_support.html
Upvotes: 1