At 11:35 he says "really couldn't handle non-URL spans well", is this correct? what is a non-URL span?
@qasidsadiq5 жыл бұрын
URLSpan implements ClickableSpan. Although our framework could handle URLSpans it couldn't handle other kinds of ClickableSpans. The reason is is that URLSpans are parcealable, and automatically parceled up when text is sent to the Accessibility service (like talkback). This release we added code to make it so the accessibility service could activate a ClickableSpan that isn't parceled into the text.
@igorg.86244 жыл бұрын
So `addAccessibilityAction` is only for action views (i.e. Buttons, EditText, Switch, etc.)? What about an ImageView that pops up a dialog when clicking on it.
@moaanahmed65863 жыл бұрын
You should probably be using ImageButton instead.
@MarieRash-n3x Жыл бұрын
I want to learn how to take off RTT feature on my Reval 6 android cellphone
@cjrockful4 жыл бұрын
I wanted to record android TalkBack audio did not find the solution can you please help give some information
@igorg.86244 жыл бұрын
Is Robolectric still used? It seems like a dead project.