I\'m able to get the height and width of an image. But is there a method to retrieve the size (in bytes or kb or mb) for an image stored in the phone?
Assuming your talking about a bitmap (and NOT an ImageView), there is a method Bitmap.getByteCount().