I am pretty new to Android programming and writing my very first app for my Diploma Thesis. Now I am all but finished but have one thing left that I couldn´t get an answer to anywhere on the net. So
i have some HTML files that users can download in runtime to sdcard. Now i want to create a link in my app to open those files. The prob开发者_开发百科lem is, i do not know what i should write in href
Is there any durable way to detect that is file located somewhere on external (detachable/dismountable) storage?
I am in the process of developing an android app, and I need a way for the user to enter a Name and then save this name to a .txt file in the SD card. When the user adds another name, this file should
How can I let the user move an app to SD card, but totally? I\'ve usedandroid:installLocation=\"auto\" in the android manifest, but it seems that it not move the entire 开发者_运维百科app, only a piec
I found out that my Windows 7 laptop skips the first 251 blocks of an SD card. When I make a raw dump of an SD card, block 0 on my Windows 7 laptop corresponds to block 251 on my Windows Vista l开发者
My ap开发者_Go百科p is working for mobiles which have an SD card only. So programmatically I want to check if the SD card is available or not and how to find the SD card free space. Is it possible?
Hi I want to make images invisible to android gallery or any third party gallery app, the image will be places in specific folder on SD card.
I\'m trying to read/write files to the sdcard. I\'ve tried doing this both on my real phone and on an emulator in eclipse. On both devices the permission to the /mnt/sdcard/ or /sdcard is only \"d----
I would like to download an .apk file on the market to the sd-card without any user interaction (I mean to do it in background, without launching a browser or the Market Applicatio开发者_JAVA技巧n)?