Replace gallery image with gallery image in android show too large exception
问题 java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 51924760 bytes when one image is select from gallery is work but when i am try to update same image with new image from gallery in android it show this error and application crash Solution for this problem is given below // when you pass bitmap through listview adapter to get this in Fragment imageBitMap = getArguments().getParcelable("bitmapImage"); profileImageView.setImageBitmap(imageBitMap); //Add this