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 - 12 of 12 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 make TalkBack read TextView error message automatically?

I'm currently making my app accessible and I'm having problem with my EditTexts:

Tags: 
  • android
  • accessibility
  • android-textview
  • talkback
  • 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

How to setContentDescription to a RecylerView item

I'm changing my ListView to use a RecylerView and I would like to add a content description for each item.

Tags: 
  • android
  • recyclerview
  • accessibility
  • android-view
  • android-accessibility

Traverse AccessibilityNodeInfos in AccessibilityService

I currently retrieve the root node of the active window with getRootInActiveWindow(). Afterwards, I perform a breadth first search to get a list of all nodes.

Tags: 
  • android
  • accessibility
  • accessibilityservice
  • 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

Why onAccessibilityEvent(..) method of AccessibilityService is reading the same view many times?

I am using AccessibilityService to determine the text and coordinates of views of any current application running in android device.

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

Talkback: "Double tap" (ACTION_CLICK) is missed on Samsung

I'm trying to add a custom ACTION_CLICK text. This what I'm doing:

Tags: 
  • android
  • accessibility
  • samsung-mobile
  • talkback
  • android-accessibility

How to change Talkback announces Press Alt + Shift + Enter to activate on Google map marker

I have a Google map and added marker on the map. When the accessibility mode is ON and we navigate to Map marker using Bluetooth keyboard it announces press Alt+⇧Shift+Enter ↵ to activate.

Tags: 
  • android
  • google-maps
  • accessibility
  • talkback
  • 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

how to ignore announcement for decorative ImageView in Accessibility mode

Following Android documentation, I tried adding

Tags: 
  • android
  • imageview
  • accessibility
  • android-accessibility