Google Associate Android Developer Practice Test - Questions Answers, Page 4

List of questions
Question 31

When your code execution reaches the breakpoint, Android Studio pauses execution of your app. You can then use the tools in the Debugger tab to identify the state of the app. With Step Into you can
Question 32

When your code execution reaches the breakpoint, Android Studio pauses execution of your app. You can then use the tools in the Debugger tab to identify the state of the app. With Evaluate Expression you can
Question 33

When your code execution reaches the breakpoint, Android Studio pauses execution of your app. You can then use the tools in the Debugger tab to identify the state of the app. With Step Over you can
Question 34

When your code execution reaches the breakpoint, Android Studio pauses execution of your app. You can then use the tools in the Debugger tab to identify the state of the app. With Step Out you can
Question 35

The Log class allows you to create log messages that appear in logcat. Generally, you could use the following log methods: (Choose five.)
Question 36

Filter logcat messages. If in the filter menu, a filter option "Show only selected application"? means:
Question 37

Filter logcat messages. If in the filter menu, a filter option "Edit Filter Configuration"? means:
Question 38

The Layout Inspector in Android Studio allows you to compare your app layout with design mockups, display a magnified or 3D view of your app, and examine details of its layout at runtime. When this is especially useful?
Question 39

If you want the Database Inspector to automatically update the data it presents as you interact with your running app, check the Live updates checkbox at the top of the inspector window. While live updates are enabled, what happens with the table in the inspector window?
Question 40

Enable debugging on your device: If you are using the emulator, this is enabled by default. But for a connected device, you need to
Question