Hi. I'm trying to use Parcels to pass a bitmap from one activity to another and I seem to almost be getting there. It seems like data is getting through (153k bytes, which is about the right size) but the reconstruction is failing with a "Unable to unparcel Bitmap"
I read somewhere that you can't pass objects via parcels but I'm thinking that since Bitmaps are Parcelable objects, that should be okay...?
Anyone have any ideas/experience with this?
Thanks!
cybohemia

