I'm working on some code that uses the android.graphics.Picture object to record a series of drawing calls including a some drawBitmap operations that draw images. Everything works great, but if I save the Picture object using writeToStream and then recreate it later on using Picture.createFromStream, none of the bitmaps are showing up.
Is this a bug or a limitation of the serialization process? If it's the later, is there a way to manually provide a deserialized Picture object with the bitmaps that it should use? Thanks. -- 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

