How is the size of cache and data calculated in the application properties? I save all my data to the SD card, but Android shows me that I\'m constantly using 4 KB, but on the SD card are about
It seems that apps, or maybe it\'s just my app, that have the following required permissions: <uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />
I am working in and开发者_高级运维roid. i want to get the full path of a file selectedby user. my files
My application has a function to save file on SD card. Following is my code to save the file try { File mediaDir = new File(
I created my ownbenchmark for I/O but I cannot understand if it\'s real or not. Do you have a sample code to show me about performances concerning i/o?
The closest thing to documentation I can find having to do with file storage is this post (see below if you can\'t access it), but it leaves me with several questions.
I am having problems publishing my application through the internet. I have an application built to 1.6 or latter android system, I have published a link accessible by the mobile browser to let users
In my app I have a Linked List (I use the standard List()). I want this list to be saved to the sd card (or the phone memory) every time the user exits the app and restore it every time the user start
I tried using both my ApplicationContext and my calling Service\'s 开发者_StackOverflow社区Context to access the external directory. Unfortunately, it keeps returning null, and LogCat reports it was u
in my app i am taking screenshot of the current screen and save it in sdcard. but in the case screenshot is not saved in sdcard. how to take screen shot and send the captured screen shot in email as a