Skip to content
mnipper edited this page Sep 29, 2014 · 23 revisions

Before you begin

If you know nothing about Android and you would like to contribute, you should start by reading the Big Nerd Ranch Guide to Android Programming. Many conventions outlined in this book are followed here. The one notable exception is the use of ActiveAndroid for database access. This was done to speed development, and since ActiveRecord is a common design pattern in Rails (which is the other half of this app).

Clone this wiki locally