Why are you even trying to recycle a Bitmap? Do you know exactly what you're doing with that method? Did you read the javadoc for that method?
The only instance of recycle in your code is commented out, so you should never even have the problem you're describing. Doug On Apr 7, 6:11 am, vani reddy <[email protected]> wrote: > Hi, > Please find attached my code, getBitmap() is converting to bitmap . > Tell me where shud i use the recycle method? -- 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

