Submitted by tyler on Fri, 12/02/2011 - 18:00

The feedback from the tutorial below, along with the feedback from presenting this tutorial at DrupalCamp Michigan and the University of Michigan Drupal Developers meeting, inspired me to build DrupalGap.
Submitted by tyler on Thu, 10/27/2011 - 16:43
UPDATE: Please read this article for a much more detailed explanation on how to get PhoneGap up and running to communicate with Drupal Services.
This info assumes you have Drupal 6.x, Services 3.x and PhoneGap/Eclipse/Android up and running. If you are new to Drupal Services, head over to the Drupal Services Examples article to get started. This page is a work in progress and I will continue to add more examples when days are 48 hours long.
Submitted by tyler on Tue, 01/18/2011 - 01:51
After a fresh format in Ubuntu I needed to browse an Android emulator's SQLite database inside Eclipse. After a bit of research, I recalled this is how it can be done with DDMS and a cool plugin for Eclipse called Questoid SQLite Browser.

Submitted by tyler on Tue, 08/31/2010 - 22:31
In windows xp...
Create the SD Card...
- start -> run -> cmd
- navigate to your android sdk for windows tools folder
- e.g. navigate to C:\Program Files\android-sdk-windows\tools
- execute command e.g.: mksdcard 32M c:\documents and settings\chooch\desktop\project\root\sdcard.iso
That will create a 32MB sd card located at c:\documents and settings\chooch\desktop\project\root\sdcard.iso