I have an image stored on my server whose size is 89kb.
https://s3-ap-southeast-1.amazonaws.com/images.crownit.in/emailer/push_banner_tambola_01072017_v2.jpg
However, after I download the bitmap using Picasso, The byteCount comes out to be 2 MB.
double lengthbmp = bitmap.getByteCount(); //1920000 Bytes
Is this anything to do with the resolution of the image?