What is an effective way to determine how much free space is on the SD card?
+1
A:
If you just want to check it yourself, here are the steps to do it:
UPDATE:
I just found that there is a better SO answer to this question:
James Black
2010-08-14 02:12:01
+1
A:
Create a file and write one byte at a time until you get an out of space exception.
Aaron C
2010-08-14 02:34:21
A:
Here is a function that allows you to retrieve the amount of memory in the android device. You can very easily find out the amount of memory that is left of you SD card via the phones device information. Please elaborate if your requirements are something else.
Shouvik
2010-08-14 05:17:12