Displays an arbitrary image or a drawable, such as an icon or an xml defined graphical element.
I have done this in an Activity and it works perfectly. ImageView myImage = (ImageView) findViewById(R.id.myImageView); ShapeDrawable mDrawable; …
android android-imageview remoteview shapedrawableI am using a ListFragment to display a ListView of Lazy Loaded ImageView objects using the Android Universal Image Loader. …
android android-studio android-imageview android-listfragment universal-image-loader