[android-developers] I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread Gabriel Higareda
Sorry to be posting but I can't see my posts on the group page: This is the code that is giving me trouble: try{ URL url = new URL(http://en.wikipedia.org/wiki/File:Polar_Bear_-_Alaska.jpg;); HttpURLConnection connection = (HttpURLConnection) url.openConnection();

Re: [android-developers] I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread Marina Cuello
That's not the link to the image, but to the image info. The link to the high res image is http://upload.wikimedia.org/wikipedia/commons/0/09/Polar_Bear_-_Alaska.jpg You could have found it as I did... just following your own link. Marina On Mon, Nov 26, 2012 at 10:45 PM, Gabriel Higareda

Re: [android-developers] I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread TreKing
On Mon, Nov 26, 2012 at 7:45 PM, Gabriel Higareda ghiga...@gmail.comwrote: But when i run my app, no picture is shown and my catch message shows... Not sure what is going on. You might consider printing the actual error message from the exception, instead of writing out IO Exception, which it