[android-developers] Re: Android Application testing on real device

2011-01-24 Thread mjmeyer
The emmulator has proven adequate for me in terms of testing screen sizes, layout and most functionality. Where I suffer is in the maddening levels of Camera API support from the various manufacturers. Some report no supported preview sizes, they support zoom in differing ways, etc. I havent trie

[android-developers] Re: Android Application testing on real device

2011-01-24 Thread Kumar Bibek
Well, you can have a few devices with different screen sizes. May be a Tattoo(or similar), Hero(or similar) and a Nexus One(or similar). That should cover up almost all the configurations unless you are targetting tablet devices as well. On Jan 24, 1:19 pm, DANI wrote: > Dear All, >