I am trying to get image from gallery and setting up it on ImageView , Hear is okay well i get and set image on ImageView, but now i want to check
ImageView
Get file size as
File img = new File(picturePath); int length = img.length();
it will return size in bytes. you can convert byte into kb