Skip to content
Jens Alfke edited this page Sep 30, 2013 · 70 revisions

This is the place to discuss development and contribution to Couchbase Lite for iOS. You’ll find pages about coding style and running the tests. There are also pages about experimental features (either things that are still in the design phase, or things that are checked in on a branch.) As the features become adopted into the product, their content will move to official documentation.

Get Started

The best resource for getting started is the Couchbase mobile portal, with examples, code, etc.

Tech Notes

Community and Contributing

Working On Couchbase Lite

Demo Apps

Other demos:

  • Grocery Sync — The classic demo, a syncable shopping list for iOS. Shows how to display documents in a table view and how to configure replication.
  • Tunes — An iTunes library browser for Mac OS. Shows how to use grouping and reduce functions to drill down into hierarchically-structured data.
  • TouchWiki — A wiki client for iOS. A larger demo that shows how to model documents as Objective-C classes, how to save local drafts of changes, and has a fairly sophisticated replication UI.

Remnants