Use contentDescription in ImageView for accesibility
Like ALT in Websites, in Android you can use contentDescription attribute in your ImageViews. This property is used primarily for accessibility.
You can add attribute to XML layout thus:
android:contentDescription="@string/description"
From API 16 "Android Lint" launches warnings for don't use contentDescription attribute
Written by Javi Pacheco
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Android
Authors
Related Tags
#android
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#