Re: [android-developers] Should i resize the bitmap before adding to a ImageView or let the ImageView resize the Bitmap?

2011-09-01 Thread Chirag Raval
Hello Benjamin You have to resize the bitmap before set to image view if its size is bigger, other wise sometime it gives memory out of exceed error. On Thu, Sep 1, 2011 at 3:34 PM, Benjamin wrote: > Hello friends, > > i have a simple question: Should i resize a bigger bitmap before > adding to

[android-developers] Should i resize the bitmap before adding to a ImageView or let the ImageView resize the Bitmap?

2011-09-01 Thread Benjamin
Hello friends, i have a simple question: Should i resize a bigger bitmap before adding to a ImageView or let the ImageView resize the Bitmap? What's the right way, regarding performance? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" gr