Kamal Hasan wrote: > Even after passing the inputstream to the decode function, it is > giving OOM error. Is there any alternative solution to display large > images ? > > Kamal >
try this: http://developer.android.com/intl/fr/reference/android/graphics/BitmapFactory.html#decodeStream(java.io.InputStream, android.graphics.Rect, android.graphics.BitmapFactory.Options) and play with some BitmapFactory.Options settings -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

