【翻译】Functional testing tests whether the output is the expected result with the valid input.
查看答案
在Android移动开发课程中,Android指的是()。
A. 手机
B. 操作系统
C. 平板
D. 小机器人
startActivityForResult()方法接收两个参数,第一个是Intent,第二个是( )。
A. resultCode
B. request
C. requestCode
D. data
下列方法中,Activity第一次启动到关闭不会执行的是( )
A. onCreate()
B. onStart()
C. onResume()
D. onDestroy()