What steps do I need to do to get my game working on multiple resolutions?

Posted by Dave B on Stack Overflow See other posts from Stack Overflow or by Dave B
Published on 2010-05-05T13:23:24Z Indexed on 2010/05/05 13:28 UTC
Read the original article Hit count: 434

Filed under:

Hello, I have a written a game that works fine on the 'normal' 320x480 screen of my G1. I tried it on a friends Xperia x10 and it leaves a large blank section on the right hand side of the screen. How do I fix this? I've read that I need to include an extra directory in res/drawable for different densities. How do I do this?

Thanks for any help

Caroline

© Stack Overflow or respective owner

Related posts about android