Re: 回复: [android-developers] Re: Probl em with setTheme() method

2009-06-10 Thread m...@themarkpatel.com
This is definitely still an issue in Cupcake. Thought setting the theme via xml is typically an acceptable approach, there are situations where that can be cumbersome (for example, an Activity class that gets sub-classed in several applications). Besides, it's just bad form to have an API that d

[android-developers] Bitmap references used by serialized Picture objects

2011-08-08 Thread m...@themarkpatel.com
Hi, I'm using an android.graphics.Picture object to store a series of drawing operations including a drawBitmap call, and then saving the Picture object using the writeToStream method so that it can be quickly loaded the next time it's needed. I'm able to read the serialized picture object using