Re: [android-beginners] Looking for a file system overview

2010-03-03 Thread Mark Murphy
Stormtap Studios wrote: > 1) Do all Android devices come with an SD card? No. The ARCHOS 5 Android tablet, for example, comes with SD card slots but no SD card. For that specific device, it allocates a chunk of on-board storage as "external storage". Moreover, SD cards are removable. > Is it saf

[android-beginners] Looking for a file system overview

2010-03-03 Thread Stormtap Studios
Hi folks, I'm looking for a tutorial, or overview of the file system options for Android development. I am writing an application that will download a .zip file from a server, unzip the file (to a folder hopefully) and read/use the content in the zip file. I've found the basic stuff: - The deve