translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 5 of 5 questions

Reading text from (Facebook) RecyclerView with AccessibilityService

Stackoverflow

How can I see the text of non-focused RecyclerView children (items)?

Tags: 
  • android
  • facebook
  • android-recyclerview
  • accessibility
  • android-accessibility

How to know if Android TalkBack is active?

Stackoverflow

I'm developing an application that uses TalkBack to guide people through it.

Tags: 
  • android
  • accessibility
  • talkback
  • android-accessibility

Android accessibility identify heading

Stackoverflow

I have the latest version of Talkback and its announcing "My Top level Text Heading". Android native behaviour is adding "Heading" for my top level elements.

Tags: 
  • android
  • accessibility
  • heading
  • android-accessibility

How to read window content (using accessibilityService) and evoking UI using draw over other app permission in Android?

Stackoverflow

My last question about the same topic was not clear enough and was put on hold by c

Tags: 
  • java
  • android
  • accessibility
  • accessibilityservice
  • android-accessibility

How to read Text on any view of any application using AccessibilityInfo?

Stackoverflow

I am trying to read every item inside a ListView of any application by using AccessibilityInfo class.

Tags: 
  • android
  • accessibility
  • android-accessibility