In my app I am downloading some images and I want to know if there is any way I can get the size of a Bitmap that I have downloaded. It's a simple question but i can't seem to find the solution through Google.
here's the code for downloading:
Bitmap b = BitmapFactory.decodeStream((InputStream) new URL(theImageUrl).getContent());