John
John

Reputation: 961

Android game that runs on any size in an android device

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

Answers (1)

sunil
sunil

Reputation: 6614

have you seen this ? developer.android.com/guide/practices/screens_support.html

Upvotes: 1

Related Questions