iPhone/iPad Application Development and tutorial
Bitmap bitmap = BitmapFactory
.decodeStream((InputStream)
new
URL(
"http://www.diwaliwallpapers.com/images/wmwallpapers/Bhagwan-Swaminarayan-1.jpeg"
)
.getContent());
img.setImageBitmap(bitmap);
// where img is ImageView
No comments:
Post a Comment