How can I access & store data in the sdcard across all Android devices?

You can access the externalstorage directory using this.

You can access the externalstorage directory using this: getExternalStoragePublicDirectory(String Type) You can specify the file type and you get the location where you can store the file. This is the same space also used by the mobile user. An alternative is to use the storage space for your own application.

For that use, getExternalFilesDir(String Type) This space is application specific and will be deleted when the app is uninstalled. The user will not be able to see this files.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions