标签:
Bitmap bitmap = null; Intent intent = new Intent(); Bundle bundle = new Bundle(); bundle.putParcelable("bitmap", bitmap); intent.putExtra("bundle", bundle); bitmap已经自己实现了Parcelable接口
android bundle能传递bitmap吗
原文地址:http://www.cnblogs.com/tonglingqijie/p/4788358.html