H

Todo4u was a demo project I built for a presentation at the DrupalCamp 2013 in Massachusetts. The idea was to show the audience that Drupal can be the backend that drives mobile apps—furthermore show them that even web developers can get their hands dirty in the iOS and Android realm.

The project began with a standard Drupal 7 installation, simple todo-item content-type, and the Services module to make authentication and the content available through API endpoints.

The iOS app was made possible by leveraging Apache Cordova and jQuery Mobile. The rest was simply writing around 100 lines of JavaScript and making sure it would function for the presentation.

The presentation is available here and the code is available here.

View the source

Github