I\'m trying to load image stored on aws S3 into my android app using Picasso but I am getting a blank image with no errors in my logcat and nothing to me from general debugging
Simply use this:
Picasso.with(getApplicationContext()).load(your_url).noFade().into(imageView);