Intent intent = new Intent(); intent.setClass(A.this, B.class); Bundle bundle = new Bundle(); bundle.putParcelable("bitmap", bitmap); intent.putExtras( bundle); startActivity(intent);
接收:
Bundle bundle = getIntent.getExtras(); Bitmap bitmap = bundle.getParcelable("bitmap"); bitmap.setImageBitmap(bitmap);
你好 請問一下 我照你的打完 我會閃退耶
回覆刪除在於 intent.putExtras( bundle);
有這一航就會閃退
你好 請問一下 我照你的打完 我會閃退耶
回覆刪除在於 intent.putExtras( bundle);
有這一航就會閃退