Free Associate Android Developer Exam Braindumps (page: 11)

Page 10 of 33

Filter logcat messages. If in the filter menu, a filter option “Edit Filter Configuration”? means:

  1. Display the messages produced by the app code only (the default). Logcat filters the log messages using the PID of the active app.
  2. Apply no filters. Logcat displays all log messages from the device, regardless of which process you selected.
  3. Create or modify a custom filter. For example, you could create a filter to view log messages from two apps at the same time.

Answer(s): C



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?

  1. when your layout is built entirely in XML rather than runtime and the layout is behaving expectedly.
  2. when your layout is built at runtime rather than entirely in XML and the layout is behaving unexpectedly.

Answer(s): B



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?

  1. It is still editable. You can modify data in a table by double-clicking a cell, typing a new value, and pressing Enter.
  2. It becomes read-only and you cannot modify its values.
  3. It becomes read-only, but you cannot see its updated values before updating the data by clicking the Refresh table button at the top of the inspector window.

Answer(s): B



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

  1. enable transfer data from the device in usb connection options.
  2. enable debugging in the device developer options.
  3. enable connection in bluetooth options.

Answer(s): B






Post your Comments and Discuss Google Associate Android Developer exam with other Community members:

Associate Android Developer Discussions & Posts