I am getting warning as \"[Accessibility] Missing contentDescription attribute on image\" for imageview. while using android lint
What does that mean?
Non textual widgets need a content description in some ways to describe textually the image so that screens readers to be able to describe the user interface. You can ignore the property xmlns:tools="http://schemas.android.com/tools"
or define the property
tools:ignore="contentDescription"android:contentDescription="your description"