Dear All,
Already lot of post on this Problem.but no Solution still now.
Im using Bitmap for Image Reflection Process. While using Bitmap i got bitmap Size Exceeded. Outof memory Error.
So i used Bitmap.recycle() Method. After callng this method i cant use this Bitmap Variable.
getting " trying to use a recycled bitmap Error"
I have seen in one thread,
" Recycled bitmaps are totally dead, you must instantiate one more time if you want to use them again. "
How to instantiate Bitmap Again.
Can u plz solve this.
Thanks in advance,

