I am trying to create a bitmap using a canvas.
I need show about 50 bitmaps in an app and make them Kinectic
scrollable but problem is I don't want to draw them again on every
invalidate() as I have to calculate width and height to draw bitmaps
at correct positions. so what I am trying is to save a already drawn
canvas and draw new bitmaps on it when required...

is there some other way to make scrollable and not need to draw
bitmaps again.

-- 
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

Reply via email to