Free Google Associate-Android-Developer Exam Actual Questions

The questions for Associate-Android-Developer were last updated On Nov 21, 2024

Question No. 1

Working with Custom View. Once you define the custom attributes, you can use them in layout XML files just like built-in attributes. The only difference is that your custom attributes belong to a different namespace. Instead of belonging to the http://schemas.android.com/apk/res/android namespace, they belong to:

Show Answer Hide Answer
Question No. 2

In application theme style, flag windowNoTitle () indicates:

Show Answer Hide Answer
Question No. 3

By adding a RoomDatabase.Callback to the room database builder RoomDatabase.Builder (method

addCallback(RoomDatabase.Callback callback)), we can: (Choose two.)

Show Answer Hide Answer
Correct Answer: B, C

Question No. 4

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

Show Answer Hide Answer
Correct Answer: D

Question No. 5

As an example. Our MutableLiveData object, named mLapseTime, is not connected to a Room database, etc. How can we change the value in mLapseTime?

Show Answer Hide Answer
Correct Answer: B