I am getting warning as \"[Accessibility] Missing contentDescription attribute on image\" for imageview. while using android lint
What does that mean?
ContentDescription needed for the Android accessibility. Particularly for the screen reader feature. If you don't support Android accessibility you can ignore it with setup Lint.
ContentDescription
So just create lint.xml.
lint.xml
And put it to the app folder.
app