Getting SD card directory and memory information
In one of my android projects I had to show the memory information of SD card. There was no built-in method to get the SD card directory. The method getExternalStorageDirectory() of the class android.os.Environment has very little chance of returning…
Read more