Practice Google Associate-Android-Developer Exam Questions
Page: 1/32 Total 128 Questions
Question No 1
What is a correct part of an Implicit Intent for sharing data implementation?
Question No 2
By default, the notification's text content is truncated to fit one line. If you want your notification to
be longer, for example, to create a larger text area, you can do it in this way:
Question No 3
Select correct demonstration of WorkRequest cancellation.
Question No 4
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.