Skip to content

rhedgpeth/mobile-training-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo Application

ToDo sample app.

How to build and run?

  1. Clone the project.
$ git clone https://github.com/couchbaselabs/mobile-training-todo.git
  1. Go into the folder based on your platform selection.

  2. For the iOS platform (objc or swift), download the latest Couchbase Lite for Objectve-C or Swift. Copy CouchbaseLite.framework for Objective-C or CouchbaseLiteSwift.framework for Swift into the Frameworks folder.

  3. Depending on your selected platform, use an appropriate IDE (XCode for iOS, Android Studio for Android, and Xamarin Studio for .NET) to open the ToDo application project.

  4. Run the application.

How to use the replication feature?

  1. Download the latest Sync Gateway.
  2. Start Sync Gateway with the the configuration from here as follows:
~/Downloads/couchbase-sync-gateway/bin/sync_gateway sync-gateway-config.json
  1. Depending on your selected platform, enable Login and Sync feature from the source code (e.g. AppDelegate.m for Objective-C, AppDelegate.swift for Swift or Application.java for Android). Then change the hostname variable in the same source code to point to your sync-gateway URL.

  2. Rerun the application.

About

ToDo List app built with Couchbase Mobile

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 61.7%
  • Objective-C 15.0%
  • Swift 12.3%
  • Java 11.0%