How do you check if the SD card is full or not so that your application can decide if it can continue to do its job i.e. write to external storage or notify the user that st
I think you can use this statement to do with your problem. this cant check whether or no enough capacity of sdcard.
if(android.os.Environment.getExternalStorageState().equals(android.os.Environment.MEDIA_MOUNTED)){ //to do something in here }