I am try to display image from internet. I have url of image , that i
passed in constructing URI ref.
screen display blank
here is code,
-----------------------------------------------------------------------------------------------------------------------------------
ImageView imageView = (ImageView) findViewById(R.id.imageView);
Uri uri=Uri.parse("http://static.px.yelp.com/upthumb/
q0POOE3vv2LzNg1qN8MMyw/ms");
imageView.setImageURI(uri);
setContentView(imageView);
-----------------------------------------------------------------------------------------------------------------------------------
any reply is appreciable
thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---