On Tue, Jan 22, 2013 at 5:34 PM, Michael Schmalle <apa...@teotigraphix.com>wrote:
> This is how Android works to, you draw to Bitmaps. > > It has a "display list" for layout like algorithms but the Canvas is > passed around to be drawn on. > > Isn't that similar to a Flash Stage with cacheAsBitmap=true? At least this is how I implemented "cacheAsBitmap" in JooFlash (see other thread).