Want to pass your Google Developers Certification - Associate Android Developer (Kotlin and Java Exam) ASSOCIATE-ANDROID-DEVELOPER exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
What is the placeholder tag
A. To mark text that should not be translated.
B. To raise a translation priority to a higher level
C. To raise a quantity of translations for the string
D. To pick up and move sting translation from a different resource file
Select a correct statement about PagedList.
A. PagedList is content-mutable. This means that new content can be loaded into an instance of PagedList and the loaded items themselves can change once loaded.
B. PagedList is content-immutable. This means that, although new content can be loaded into an instance of PagedList, the loaded items themselves cannot change once loaded.
C. PagedList is content-accidental. This means that new content can be loaded into an instance of PagedList and the loaded items themselves can be changed to accidental values randomly.
A content label sometimes depends on information only available at runtime, or the meaning of a View might change over time. For example, a Play button might change to a Pause button during music playback. In these cases, to update the content label at the appropriate time, we can use:
A. View#setContentDescription(int contentDescriptionResId)
B. View#setContentLabel(int contentDescriptionResId)
C. View#setContentDescription(CharSequence contentDescription)
D. View#setContentLabel(CharSequence contentDescription)