2014年10月28日

Activity之间传递Bitmap

摘要: 在做项目的过程中发现Bitmap不能被序列化,下面是一种能把bitmap转为字节数组进行传递的过程,记下来,备用。//第一句是我获得我model里的bitmapBitmap bmp=((BitmapDrawable)list.get(position).getAppIcon()).getBitmap... 阅读全文

posted @ 2014-10-28 20:17 风者之心 阅读(717) 评论(0) 推荐(0) 编辑

导航