Online Access Free Associate-Android-Developer Practice Test

Exam Code:Associate-Android-Developer
Exam Name:Google Developers Certification - Associate Android Developer (Kotlin and Java Exam)
Certification Provider:Google
Free Question Number:125
Posted:Dec 08, 2025
Rating
100%

Question 1

In general, you should send an AccessibilityEvent whenever the content of your custom view changes. For example, if you are implementing a custom slider bar that allows a user to select a numeric value by pressing the left or right arrows, your custom view should emit an event of type TYPE_VIEW_TEXT_CHANGED whenever the slider value changes. Which one of the following sample codes demonstrates the use of the sendAccessibilityEvent() method to report this event.

Question 2

For example, we have a BufferedReader reader, associated with the json file through InputStreamReader. To get a file data we can do this:

Question 3

To run your local unit tests, follow these steps:
1. Be sure your project is synchronized with Gradle by clicking Sync Project in the toolbar.
2. Run your test in one of the following ways (select possible): (Choose three.)

Question 4

What do you want from Room when you create a DAO method and annotate it with @Delete?
Example:
@Dao
interface MyDao {
@Delete
fun deleteUsers(vararg users: User)
}

Question 5

Room can export your database's schema information into a JSON file at compile time. What annotation processor property you should set in your app/build.gradle file to export the schema?

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.