ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 101 - Associate Android Developer discussion

Report
Export

Custom views and directional controller clicks. In general, you should send an AccessibilityEvent whenever the content of your custom view changes. For example, if a text value was changed in your custom view, you should emit an event of this type:

A.
TYPE_WINDOWS_CHANGED
Answers
A.
TYPE_WINDOWS_CHANGED
B.
TYPE_VIEW_CONTEXT_CLICKED
Answers
B.
TYPE_VIEW_CONTEXT_CLICKED
C.
TYPE_WINDOWS_CHANGED
Answers
C.
TYPE_WINDOWS_CHANGED
D.
TYPE_VIEW_TEXT_CHANGED
Answers
D.
TYPE_VIEW_TEXT_CHANGED
Suggested answer: D

Explanation:

Reference:

https://developer.android.com/guide/topics/ui/accessibility/custom-views

asked 18/09/2024
Deshawn Sharpe
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first