Android App
file size 나타내기 간략하게...
동동(이재동)
2014. 8. 13. 13:41
String mFileSize = Formatter.formatShortFileSize(getBaseContext(),file.length());
포맷터를 이용하자 항상 편하다.