android-sdcard
Problem with android:targetSdkVersion attribute
I have an application compiled in Android 1.6 (api level 4) but I need to add android:installLocation attribute. I have put this line in my AndroidManifest.xml:[详细]
2023-02-23 21:31 分类:问答Check SDCARD all possible state android
How can i check all possible state of SDCARD on android phone like ? SDCARD mounted via the USB cable SDCARD is installed[详细]
2023-02-21 17:03 分类:问答IOException when trying to access SD card from android
everyone. I\'m trying to save a picture with android to the public pictures directory on the sd card. However, I can\'t seem to get as far as opening a file for writing. Here is the code:[详细]
2023-02-21 05:09 分类:问答confused about Android's 'preferExternal' manifest filter
The Android docs say: The .apk file is saved to the external storage, but any application data (such as databases) is still saved on[详细]
2023-02-19 15:49 分类:问答Create directory when application installed?
I would like to create a directory on the SD card of the device running my application when the application is installed, however I am not sure how to accomplish this. Does anyone have any ideas as to[详细]
2023-02-17 02:51 分类:问答How do I search sdcard for images in android?
Please, how do I search my phone sdcard for images from my app and add the paths to a list or array?[详细]
2023-02-16 10:59 分类:问答android , refresh image thumbnails , or sd card before calling an intent to choose an image
basically im trying to refresh the sd card in order to have image thumbnails represent their corresponding pictures. The reason for this is a user can send a picture to the server and the server perfo[详细]
2023-02-13 13:36 分类:问答Displaying images from a specific folder on the SDCard using a gridview
I\'m attempting to create a gridview that is loaded with images from a specific folder that resides on an SDCard. The path to the folder is known, (\"/sdcard/pictures\") , but in the examples I\'ve se[详细]
2023-02-12 01:50 分类:问答Download large application data pattern
I am developing a map rendering application for Android. The map data is quite big about 1.1 Gb. Since there are limits both in the market and in the phone for .apk size the recommendations is to down[详细]
2023-02-09 01:12 分类:问答How to display _only specific_ images from SD card in a GalleryView?
Following the guide at http://mihaifonoage.blogspot.com/2009/09/displaying-images-from-sd-card-in.html, how can I show only image files following a pattern [EDIT] in a Gallery widget [/EDIT]? I\'m usi[详细]
2023-02-08 07:41 分类:问答