sd-card
How to save file from website to sdcard
Does anyone know how to save a file from a webserver(loca开发者_如何学运维l host) to the sdcard through wifi?[详细]
2023-02-20 17:15 分类:问答Android Application pictures how to download/store them?
I inherited an application that is 8M in download size.It has a ton of graphics...was wondering 开发者_JAVA技巧the best way to handle this?If I remove all the pictures the app is only 300K so it would[详细]
2023-02-20 10:16 分类:问答Android how to use Environment.getExternalStorageDirectory()
How can i use Environment.getExte开发者_如何学PythonrnalStorageDirectory() to read a a stored image from the SD card or is there a better way to do it?Environment.getExternalStorageDirectory().getAbso[详细]
2023-02-20 08:42 分类:问答accessing file on sdcard android
I am new to Android development. I am trying to use the following code to email a file on my motorola milestone through gmail.[详细]
2023-02-16 17:51 分类:问答How should I refer to "external storage" in the UI on Android?
Apparently external storage on Android (re开发者_开发问答ferred to by Environment.getExternalStorageDirectory) doesn\'t have to be an SD card. In fact, it doesn\'t even have to be external![详细]
2023-02-15 17:30 分类:问答Writing to file in Android and viewing it
I am creating an application which needs to fetch data from the net and re-organize the same. 开发者_如何学CFor testing, i just want to write the contents of the HTML response to a file within the pro[详细]
2023-02-15 09:04 分类:问答How can I have an Android app install media to the SDcard?
And when I say \"install\" I mean \"move upon installation\". I want to package a movie file with an .apk, but it\'s kind of big for internal storage (at least on older phones) as it is ~10mb.[详细]
2023-02-15 05:46 分类:问答Archos 10i internet tablet SD Card Folder
We have developed one application in Android for the Archos 7 home tablet.With the Archos 7, there is an sdcard folder available.In code I can get the sdcard location using:[详细]
2023-02-14 11:30 分类:问答preventing a crash when someone mounts an Android SD card
I have a file open on the SD card.When someone mounts the SD card, it winds up crashing my application.I am trying to register for the ACTION_MEDIA_EJECT broadcast event, and i receive that, but it se[详细]
2023-02-11 07:14 分类:问答C - Initializing an SD card in SPI mode, always reads back 0xFF
I\'m trying to initialize a 2 GB SanDisk SD card on a Cypress PSoC 5 using the SPI interface. I\'m using the sample bit banging code from FatFs - Generic FAT File System Module. I\'ve analyzed th[详细]
2023-02-11 04:55 分类:问答