VirtualProdigy
VirtualProdigy

Reputation: 1687

Android Screen Size Support

I need to develop my app with multiple screen size support. I recently watched youtube tutorial http://www.youtube.com/watch?v=C8dGQEN9sRs In the video it demonstrates how to create a new android.xml file and select the option for size and it automatically chooses a screen display size for graphic layout in the xml. My problem is when I try to do the same as in the video, eclipse does not select an appropriately sized screen in the graphic layout. Is there any known reason why this is happening? Thank you

Also if you know of any tutorial on screen size support that are extremely straight forward it would be very appreciated.

Upvotes: 0

Views: 173

Answers (1)

Abhishek Sabbarwal
Abhishek Sabbarwal

Reputation: 3808

Supporting Multiple Screens on developr.android.com has good explanation on supporting multiple screen sizes.

Upvotes: 2

Related Questions