I need to display original image in full screen in gallery form. For thumb it will be work perfectly and when I try to display that image in full screen with original source
I came across the same problem and came up with a one liner solution for this problem here:
Picasso.with(context).load(new File(path/to/File)).fit().centerCrop().into(imageView);