Reputation: 824
Inorder to Adding Accessibility to my application i can add Contentdescription to ImageView and ImageButton. But Talkback could not read the content description, it spoke only of activity label setting in the manifest File.When I was googling in the developer community most of the developers that are interested in application for blind people reported the same issue.
Which screen reader could be better for reading contentDescription?...I tested with the following readers but none of them give expected result.
query back
clock back.
explore by touch(talkback).
Any comment will be appreciated..
Upvotes: 0
Views: 2352
Reputation: 824
I can found the solution from following Link . Answered by Mr.Alanav
Ice Cream Sandwich and above have an "Explore by touch" feature that allows users to simply touch the screen to hear feedback and does not require a directional controller.on below ics we need directional controller like di-pad or eyes free keyboard.
Upvotes: 1