public
Description: Sample code for my hands on presentation at Web 2.0
Homepage:
Clone URL: git://github.com/thillerson/first_android_experience.git
name age message
file .gitignore Loading commit data...
file README
directory firehose/
directory location/
directory persistence/
directory pictures/
README
create an sdcard image to use with the emulator:

mksdcard 2048M sdcard.img

Then in your Eclipse preferences, go to Android > Launch, and add:

-sdcard <path to sdcard>/sdcard.img 

to the Default Emulator Options field.