I have seen these different approaches in setting images but I don\'t get the difference.
Why there two methods?
setBackgroundResource sets the background image of an ImageView. The XML attribute is: android:background
setBackgroundResource
android:background
setImageResource sets the image displayed in an ImageView. The XML attribute is: android:src
setImageResource
android:src