I have the following requirements:
When the user clicks on the button , the SD card should be accessible to the user.
The user clicks on a s
You can use standard file APIs to access "/sdcard", or more safely:
Environment.getExternalStorageDirectory()
Also, you can scale images easily using
Bitmap.createScaledBitmap()