Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I heard that for testing android application you have to test them on 2 different phones(depends of resolution) What phones are recommended?

share|improve this question

3 Answers

up vote 1 down vote accepted

Your best bet is a phone (Nexus S?) and a tablet if you want the most coverage. You can, however, use the emulator to emulate phones of varying screen sizes.

share|improve this answer

I would also suggest testing on a device with 'pure' Android and at least one other with a third-party overlay like HTC Sense. Sense shouldn't get in the way, but if there is some sort of incompatibility for whatever reason then it's always best to know before you release!

share|improve this answer
This is a good suggestion. Sense shouldn't get in the way, but it does on occasion. Especially if you're using the WebView. – kabuko Jun 20 '11 at 17:21

For UI, Android emulators are fairly robust, You should set up all possible configurations based on the table listed here and test atleast once on all of them. That way you will have majority of UI issues address. After that you will need to ensure the correct API's are supported, so test on one handset having the target Android version.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.