Re: [android-developers] Showing image from Url

2010-02-08 Thread Sandeep Phansekar
add following in mainfest file On Sat, Feb 6, 2010 at 1:40 PM, pankaj nigam wrote: > Hi, >i want to display an image from URL,i found one example from forum > .but it doing nothing. i m sending the code plz suggest me what to do > > package com.example.urlImage; > > import java.io.IOExcep

[android-developers] Showing image from Url

2010-02-06 Thread pankaj nigam
Hi, i want to display an image from URL,i found one example from forum .but it doing nothing. i m sending the code plz suggest me what to do package com.example.urlImage; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.MalformedURLExc