Arduino Uno

Header

Corner

Talk-Back

Talk-Back allows blind people to read out the screen. In order for this to work out correctely, each widget has to be "label". For some of them, this is done quite automatically (e.g. Button) but for some others (e.g. ImageView) you have to manually add a content description to the appropriated XML file.

android:contentDescription="Search" 

 Source