Android 上的 Couchdb
我正在尝试评估 couchdb 及其解决 Android 上同步问题的潜力,但我找不到任何文档可以回答我有关复制到 Android 设备如何工作的问题。
看起来焦点待办事项沙发应用程序旨在展示我正在寻找的内容。它会自动在网络应用程序和设备之间同步待办事项吗?
另外,如何将 focus couchapp 安装到 Android 设备上?
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 replication to Android devices works.
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
@Paul:关于你的最后一个问题
上面发布的视频链接中提到了这一点,但为了缩短搜索相同内容的其他人的时间:
我假设您知道
couchapp Push
是如何工作的,因为您似乎正在使用“焦点” couchone/Focus@github couchapp.org。提供一个很好的教程,
可以通过端口转发来将应用程序推送到Android couchdb。 ="http://developer.android.com/guide/developing/tools/adb.html" rel="nofollow">Android 调试桥 ,随 Android SDK。
在类 Unix 系统上,使用 adb 最简单的方法是打开一个终端,“cd”到 sdk 目录并到包含的“tools/”目录。从那里您可以调用
这基本上使您能够转到计算机上的“localhost:5985”,并将重定向到在您的 Android 设备上运行的 couchdb。
假设您已经
@Paul: regarding your last question
It is mentioned in the video link posted above, but to shorten things for others searching the same matter:
I assume you know how
couchapp push
is working since you seem to be using the"focus" couchone/Focus@github couchapp. Otherwise couchapp.org provide a a nice tutorial.
Pushing apps to Android couchdb can be done via port-forwarding with the Android Debug Bridge , which is shipped with the Android SDK.
On unix like systems the easiest way to use adb would be to open a terminal, "cd" to the sdk directory and to the included "tools/" directory. From there you could call
Which will basically enable you to go to "localhost:5985" on your computer and will be redirected to the couchdb running on your android device.
Assuming that you have
您可以观看 Couchdb Android 视频。这可能有帮助
http://www.youtube.com/watch?v=3RdcKWYGqig
You can watch Couchdb Android video. It might help
http://www.youtube.com/watch?v=3RdcKWYGqig