Skip to content Skip to sidebar Skip to footer
Showing posts with the label Storage

Is It Possible To Use Dropbox, Google Drive, Skydrive, Etc. As A Server Space?

I'm creating an app that connects online to a server to collect information. To save money from… Read more Is It Possible To Use Dropbox, Google Drive, Skydrive, Etc. As A Server Space?

Creating A Folder Programmatically On A Xoom

The Xoom does not have a working SD slot, so Moto decided to re-route calls to External Storage to … Read more Creating A Folder Programmatically On A Xoom

Android, Not Sure If I Should Store To The Internal Storage Or External Storage

I have an app out there on the market already The app is not a game just an informative app with lo… Read more Android, Not Sure If I Should Store To The Internal Storage Or External Storage

How To Write/read A Folder/file In Android Storage

Currently, I'm using below method to create a path in android external storage. public void cre… Read more How To Write/read A Folder/file In Android Storage

Android - Delete Files On Sd Card On Uninstall

My app downloads some multi-media files from a server when it's installed. I do this to save sp… Read more Android - Delete Files On Sd Card On Uninstall

Android: Save Data To Internal Memory Using Download

I am downloading file from a server in Android using the DownloadManager class. I want to store thi… Read more Android: Save Data To Internal Memory Using Download