开发者

Do i have to have both Droid and HTC to test my android app?

I have an android app for which i need to ensure that it has no design/interface issues on both Motorola Droid and HTC touch-screen开发者_如何学编程s. Now my question is that do i have to have both devices available for testing? If not, then is there an alternate?


If all you want to do is check that your activity layout looks good on both screens, I would say that testing on one of them is probably sufficient. They are both hdpi devices, so Android should use the same resources when drawing the screens.

However, if you're wanting to do complete application-level testing, you probably need to test on both devices. Given that a lot of HTC devices use Sense, there might be some slight differences in how it behaves (missing Intents for certain applications, etc).

In terms of getting access to both devices, I've heard good things about Device Anywhere, but have never personally tried their service.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜