My app will require external storage (SD card) in order to save the user\'s data.I\'ve searched high and low, but I can\'t find any best practices for this.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I currently have an app that was built around the 1.6 API. It has begun t开发者_如何学Goo accrue size and currently is quite large. I was wondering if I upgrade to API 2.2, add: android:installLocatio
My application creates a directory name on the phone\'s sd card and stores a bunch of images in it.The code works fine for the majority of users, but some are reporting errors saving files.
I\'m developing an android app that I want to allow users to install on their SD card (http://developer.android.com/guide/appendix/install-location.html). However, the app has some Alarms created thro
in my application i create a temporary开发者_开发问答 file this way File tmp = File.createTempFile(\"TEST_\", null, getFilesDir());
Does anybody see the possibility to enable (by enable I mean even compile the sources, e.g. as shown by Gerald Madlmayr on the http://www.nearfieldcommunicationsworld.com/2011/02/13/35913/uncovered-th
I\'m using eclipse and trying to get the android emulator to let me write to the sdcard. when I install the app on my phone it prompt开发者_开发百科s to accept the permission required... and the prog
There are some new devices like Samsung Galaxy that comes with two sd-cards. I want to know if there is any way to find if a device has two sd-cards or a single sd-card. 开发者_如何学Go
I just want to know whether is it possible to disable sdcard in my emulator. I don\'t want to delete my sdcard image file, but I want my 开发者_StackOverflowemulator to react as if there is no sdcard