Bitmap.recycle() View.invalidate()
-- Kostya Vasilyev 18.06.2011 15:22 пользователь "shubham patni" <[email protected]> написал: > can any body suggest me solution here? > > On Jun 1, 5:01 pm, shubham patni <[email protected]> wrote: >> Hello to all, >> >> I am drawing multi images over Android canvas, so after an limit I got >> "OutOfMemory" Exception, this is I know because of limited allocation >> of memory for application. >> >> When I try to invalid single view, so at place to invalid single view >> it invalidate all existing view over canvas. >> >> My Q : Is it possible to invalid only single view in Android Canvas >> drawing. >> Is it possible to free allocate memory(Native) for old Bitmap >> whether images showing on Canvas. >> >> pls suggets me how to handle. >> >> Thanks > > -- > 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 -- 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

