sd-card
how to do thread operations in android
Anyone give example program which explains android Threads in a simpler way. For example, i want to list out the songs in a sd card in thread at the time of launch[详细]
2023-03-02 01:48 分类:问答Android saving to external SD card?
Why I cannot save this file to the external sd? Can you check over my code? public void Download() { try {[详细]
2023-03-01 20:55 分类:问答android listview refresh
hello every one i want to refres开发者_Python百科h my listview after adding or removing any data.. the adapter is from the SDcard how can i do this?[详细]
2023-03-01 19:18 分类:问答microSD card FAT module
I have recently been using a uALFAT microSD board by GHI Electronics for data logging, but I have been having problems with its reliability; some of its function calls, at times, take far longer than[详细]
2023-03-01 04:52 分类:问答ListView & Custom ListView
I need help on how to change my code below to use my own XML list view. The items \'label\', \'title\', & \'discription\' in my cursor needs to be inflated into itemLabel, itemTitle, & itemDis[详细]
2023-02-28 20:07 分类:问答How using SQLiteOpenHelper with database on sd-card?
According to various answers here and in the web extending Application and it\'s inherited method getDatabasePath() would allow to set the database storage path from the standard internal memory locat[详细]
2023-02-28 08:21 分类:问答store an image in internal storage in android
I am working now on application that start the camera and take a photo, I didn\'t use camera activity, but I wrote my camera app and I want to save the taken image in the internal phone storage in fol[详细]
2023-02-28 02:26 分类:问答I need to be able to store sound files for my application on sdcard
I\'ve read a lot of topics but none seem to cover what I need. I basically have a load of sound files and I want to be able to play them in t开发者_如何学JAVAhe application from the sdcard.[详细]
2023-02-27 17:46 分类:问答android saving image twice to SD-card
I have a code that downloads an image from a开发者_开发知识库 website and saves it on the SD-card.[详细]
2023-02-27 10:06 分类:问答Loading an Android video from an html link
I have a webview and one of the links has: <a href=video.mp4>click here</a> When I click it I wanted it to open a video file that is in the same directory but nothing happens. I have al[详细]
2023-02-27 08:29 分类:问答