Android 上的 Couchdb

发布于 2024-09-28 07:17:16 字数 191 浏览 3 评论 0原文

我正在尝试评估 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

失而复得 2024-10-05 07:17:16

@Paul:关于你的最后一个问题

另外,我如何获得焦点 couchapp
到 Android 设备上吗?”

上面发布的视频链接中提到了这一点,但为了缩短搜索相同内容的其他人的时间:

我假设您知道 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/”目录。从那里您可以调用

./adb forward tcp:5985 tcp:5984

这基本上使您能够转到计算机上的“localhost:5985”,并将重定向到在您的 Android 设备上运行的 couchdb。
假设您已经

  1. 安装了市场上的 CouchDB 并
  2. 在手机上运行启用调试
  3. 已连接您的手机:)

@Paul: regarding your last question

Also, how do I get the focus couchapp
onto the Android device?"

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

./adb forward tcp:5985 tcp:5984

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

  1. installed CouchDB from the market and running
  2. enabled debugging on your phone
  3. have connected your phone:)
半透明的墙 2024-10-05 07:17:16

您可以观看 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文