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

2011-03-28 Thread Josh Long
] 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 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

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

2011-03-28 Thread Robin Talwar
, 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 facebook using dialog interface. I have read the facebook sdk for android and i am able to fetch all data from user

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

2011-03-28 Thread Robin Talwar
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 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

[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 r.o.b.i.n.abhis...@gmail.com 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);      

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