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 21 - 29 of 29 questions

How to change Android talkback instructions for double tap and long press

Stackoverflow

I have a view that has a long press action handler. I use the content description to set the message Talkback speaks when the view gets focus.

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

event.getSource() returns null Accessibility in android

Stackoverflow

I try to fill a EditText field by using a accessibility service like DashLane or some other apps which are using accessibility service.

Tags: 
  • android
  • android-activity
  • accessibility
  • accessibility-api

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

onServiceConnected not called after enable my AccessibilityService

Stackoverflow

After I open my app, it jumps to the accessibility settings.

Tags: 
  • java
  • android
  • service
  • accessibility
  • onserviceconnected

onKeyEvent & Accessibility Service

Stackoverflow

My users will be using TalkBack enabled or some other Accessible Service.

Tags: 
  • android
  • accessibility
  • keyevent
  • android-a11y

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

Accessibility Check fail when using TextInputLayout

Stackoverflow

I'm using the new TextInputLayout provided by Android.support to do floating label.

Tags: 
  • android
  • accessibility

Accessible star rating for Android

Stackoverflow

I recently included the RatingBar view into a layout and realized it is not compatible with Talkback (it is not accessible).

Tags: 
  • android
  • accessibility