Hi

I have to support multiple resolutions for the game that i have to
develop,How can i do this,One Resolution is 320*480 and other is 480 x 800
pixels
I have added the following lines in the manifest for supporting to multiple
screens

<supports-screens
            android:resizeable="true"
            android:smallScreens="true"
            android:normalScreens="true"
            android:largeScreens="true"
            android:anyDensity="true"/>

If anyone has worked on it can he/she have a look on it

Regards
Tushar

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to