There are a lot of things that could trigger a slow down that wouldn't
necessarily involve garbage collection.  My guess is that your drawing
function was kicked out of the cache when a background process tried
to access the network or somethign like that.  If you want really fast
drawing you'll want to go with hard-core openGL 2d graphics commands
and not the software rendered systems in the Canvas class.

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