单选题 下列选项中,用于指定Intent对象的动作的属性是()。
A、category
B、data
C、action
D、以上选项都不对
单选题 下列选项中,集成了Android程序开发所需要的工具的是()。
A、Studio
B、Android Studio
C、IDEA
D、Visual Studio
单选题 下列选项中,用于存放程序的代码和资源等内容的文件夹是()。
A、res
B、layout
C、app
D、libs
单选题 下列选项中,属于Activity在创建后默认重写的方法是()。
A、onCreate()
B、onStart()
C、onDestroy()
D、以上答案都不对
单选题 下列选项中,属于Activity的默认启动模式的是()。
A、standard
B、singleTop
C、singleTask
D、singleInstance
单选题 下列选项中,用于注册广播接收者的方法是()。
A、registerReceiver()
B、setReceiver()
C、unregisterReceiver()
D、setBroadcastReceiver()
单选题 下列选项中,用于在当前Activity被其他Activity覆盖时调用的方法是()。
A、onCreate()
B、onResume()
C、onPause()
D、onDestroy()
单选题 下列选项中,当Android Studio工具中创建一个新项目时,需要选择的选项是()。
A、Start a new Android Studio project
B、Open an existing Android Studio project
C、Profile or debug APK
D、Import an Android code sample