How to get Bitmap File size in Android?Byte = Bitmap.getHeight() * Bitmap.getWidth() * 4Kbyte = Bitmap.getHeight() * Bitmap.getWidth() * 4 / (1024)