Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
add screenshot and instructions for running
Browse files Browse the repository at this point in the history
  • Loading branch information
Traun Leyden committed May 14, 2013
1 parent d0c3ba2 commit e0cef6f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
@@ -1,8 +1,22 @@

## Grocery Sync for [Couchbase Lite Android](https://github.com/couchbase/couchbase-lite-android)

![](http://cl.ly/image/1H11131G2c3d/Screen%20Shot%202013-05-14%20at%204.44.48%20PM.png)

## Running

* Open the project in Eclipse
* Right-click com.couchbase.grocerysync package, choose "Run as .." / "Android Application"

## Point it to a custom DB

In AndroidGrocerySyncActivity, change the URL from `http://mschoch.iriscouch.com/grocery-test` to the URL of your CouchDB (or Sync Gateway)

## Deviations from the iOS version

Android typically uses a long-click to trigger additional action, as opposed to swipe-to-delete, so this convention was followed.

## Known Issues

- We currently do not handle the Sync URL changing at runtime (if you change it you have to restart the app)
We currently do not handle the Sync URL changing at runtime (if you change it you have to restart the app)

0 comments on commit e0cef6f

Please sign in to comment.