[android-developers] Unable to show Image in ImageView

2011-09-22 Thread Anoop Singh
I am unable to decode Inputstream to convert it to Bitmap.The BitmapFactory.decodeStream() method fails to read a JPEG image (i.e. returns null).I have also tried solutions provided in http://code.google.com/p/android/issues/detail?id=6066.It works in few situation but fails most of the time. can

Re: [android-developers] Unable to show Image in ImageView

2011-09-22 Thread ashok chakravarthy
rather than using BitmapUtils.decodestream(). can you try different approcah like read the bytes from stream in to file and decode the file using bitmaputils On Thu, Sep 22, 2011 at 1:55 PM, Anoop Singh anoop.singh.k...@gmail.comwrote: I am unable to decode Inputstream to convert it to