检查应用程序在不同 APi 版本/屏幕分辨率上的外观
有谁知道是否有某个实用程序可以帮助确保 Android 应用程序在不同分辨率/Android 版本上正常工作/看起来很好?
我需要像 http://browsershots.org/ 但对于 Android 应用程序。 有什么提示吗?
does anyone know if there is somewhere a utility that helps to make sure that an android application works / looks fine on different resolutions / android versions?
I would need something like http://browsershots.org/ but for android apps.
Any hints?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用模拟器。为您感兴趣的每种分辨率和操作系统版本设置一个 AVD,并在每个中运行您的应用程序。
一些“在一堆设备上测试我的应用程序”服务(例如,TestDroid、apkudo、LessPainful)可能会实现类似的目标,但您必须检查他们的服务功能和设备群,看看是否有满足您的需求。
Use the emulator. Set up one AVD per resolution and OS version you are interested in, and run your app in each.
Some of the "test my app on a bunch of devices" services (e.g., TestDroid, apkudo, LessPainful) may accomplish similar aims, though you would have to check out their service features and device fleet to see if one meets your needs.