android - 最好的手机来测试自己开发的 android 应用程序?

标签 android

<分区>

测试自己开发的 android 应用程序最好的手机是什么?

最佳答案

if ( you.haveMoney() ) {
 // You should get at least one.
 you.buyDevice();

 // If you still have money, get as much devices as you can.
 while ( you.haveMoney() ) {
     you.buyDevice();
 }

} else {
 // You can always use the emulator.
 you.useEmulator();
}

PS:我发现将这个问题变成与编程相关的唯一方法:)

关于android - 最好的手机来测试自己开发的 android 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5770930/

相关文章:

Android achartEngine 如何突出显示特定图表元素

Android Espresso ActivityTest 给出 'package android.support.test.rule does not exist'

java - Android create() 上的空指针异常

java - 在 NASA Worldwind 中实现 XYZ 切片图层

android - Firebase setDisplayName 无效

java - 如何访问对象的字段

android - 订阅测试可能性

android - 基础知识 : Running code in main thread

Android:如何通过单击按钮设置编辑文本的内容?

java - 执行不会等到 Alertdialog.dismiss()