Android Question Define contentDescription on ImageView

moster67

Expert
Licensed User
Longtime User
Enable the Accessibility library in the library-pane in the B4A IDE.
Then:
B4X:
Dim acc As Accessibility
acc.SetContentDescription(imv,"This is a car driving on a busy road")
'imv is an imageview
 
Upvote 0

moster67

Expert
Licensed User
Longtime User
As far as I know, you cannot. It could be useful though if you knew you were having static content in your imageview.
 
Upvote 0
Top