I\'m trying to pass an image to another class through intent, but it only works for captured image, not for image selected from gallery>
intent
captured image
image selected from gallery>
You shouldn't put bitmap into Bundle. The best way is saving image on storage and pass path uri between activities.