I am currently working on making the focus app suitable for mobile devices, (http://github.com/daleharvey/Focus is up but a major wip)
Since futon is unusable on mobile devices, the easiest way I found to work with couch is to unzip the sdk and add to path then: $adb forward tcp:5985 tcp:5984 so I can use androids futon on my laptop at http://127.0.0.1:5985 I also add "android" : { "db" : "http://user:[email protected]:5985/focus" }, To my .couchapprc so I can push couchapps straight into android. There is a sync screen in focus, its a bit delicate right now, but feel free to try it out and report any bugs to me, I have mostly been testing sync between my android / laptop and a live couchdb instance. of course since you can access futon on android via laptop, you can test all the sync ability through straight futon. $adb logcat is also invaluable I am daleharvey on #couchdb if you want to go through anything, I will be putting up instructions etc once its a little more stable. On 22 October 2010 11:24, Paul Drummond <[email protected]> wrote: > Hi all, > > I am trying to evaluate couchdb and its potential for solving the sync > problem on Android but I can't find any documentation that answers my > questions regarding how syncing to Android devices works (which is > understandable as its so new). > > It looks like the focus todolist couchapp is intended to demonstrate > what I am looking for. Does it automatically sync todo's between > webapp and device? > > Also, how do I get the focus couchapp onto the Android device? > > Thanks, > Paul Drummond >
