I get an warning about [Accessibility]Missing contentDescription attribute on image in eclipse. This warning show at line 5 (declare ImageView)
We can resolve this warning by adding this code below in Strings.xml and activity_main.xml
Background Picture
you image will be like that:
android:contentDescription="@string/imgDescription"
Strings.xml
Saini_Browser
textView2
BackGround Picture