List of questions
Related questions
Question 101 - Associate Android Developer discussion
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
B.
TYPE_VIEW_CONTEXT_CLICKED
C.
TYPE_WINDOWS_CHANGED
D.
TYPE_VIEW_TEXT_CHANGED
Your answer:
0 comments
Sorted by
Leave a comment first