Drawing my views is relatively complex and slow. For higher-memory devices, is there a design pattern to draw views in advance, so that switching between them is more responsive?
Would BufferedBitmaps be an option? Or can layers be used to draw something before a view is put on the top of the view stack?