Re: [android-developers] Re: display image from net

2011-03-28 Thread Robin Talwar
gt;> Thanks, >> Josh >> - Original Message - >> From: "Robin Talwar" >> To: android-developers@googlegroups.com >> Cc: "Oscar" >> Sent: Sunday, March 27, 2011 10:52:42 PM >> Subject: Re: [android-developers] Re: display image fro

Re: [android-developers] Re: display image from net

2011-03-28 Thread Robin Talwar
roid-developers@googlegroups.com > Cc: "Oscar" > Sent: Sunday, March 27, 2011 10:52:42 PM > Subject: Re: [android-developers] Re: display image from net > > i dont think so i am just trying to show the user's facebook dp on my > application when he logs into faceboo

Re: [android-developers] Re: display image from net

2011-03-28 Thread Josh Long
in != null) in.close(); } return bitmap; } HTH Thanks, Josh - Original Message - From: "Robin Talwar" To: android-developers@googlegroups.com Cc: "Oscar" Sent: Sunday, March 27, 2011 10:52:42 PM Subject: Re: [android-developers] Re: displa

Re: [android-developers] Re: display image from net

2011-03-27 Thread Robin Talwar
i dont think so i am just trying to show the user's facebook dp on my application when he logs into facebook using dialog interface. I have read the facebook sdk for android and i am able to fetch all data from user profile To get the image from the net i have to get the image from following link

[android-developers] Re: display image from net

2011-03-27 Thread Oscar
that's fine, Does the ssl use user/password? On Mar 26, 3:49 am, Robin Talwar wrote: > welll i have solved dis one now i am using following code > >         Bitmap bitmap = null; >         InputStream in = null; >         try { > >               URL url = new URL(URL); >               URLConnecti