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 Mon Mar 30 16:40:48 -0700 2009 added sample camera activity [Tony Hillerson]
file README Mon Mar 30 16:40:48 -0700 2009 added sample camera activity [Tony Hillerson]
directory firehose/ Tue Mar 31 20:04:28 -0700 2009 added a simple 2d drawing example with a custom... [Tony Hillerson]
directory location/ Tue Mar 31 20:04:28 -0700 2009 added a simple 2d drawing example with a custom... [Tony Hillerson]
directory persistence/ Tue Mar 31 20:04:28 -0700 2009 added a simple 2d drawing example with a custom... [Tony Hillerson]
directory pictures/ Tue Mar 31 20:04:28 -0700 2009 added a simple 2d drawing example with a custom... [Tony Hillerson]
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.