views:

65

answers:

2

I'd like to test an application on a variety of screen configurations so I know that it'll work (and the layouts will look right) on tablets and other oddly sized devices. Does anyone have any tips or configuration settings that would be helpful?

A: 

you can create different virtual devices in eclipse using avd manager (window->sdk and avd manager). there are 6-7 type of devices with different resolutions varying from low to high.

bhups
Thanks, but what resolutions and display density should I use?
HoratioCain
A: 

This (http://teavuihuang.com/android/) was exactly what I was looking for - a set of device AVD settings to emulate specific screen resolutions/densities.

HoratioCain