Android Couchbase - 附件的 URI
我的一些 couchdb 附件是 html 文件。我想在 webview 中使用这些 html 文件。为此,我需要附件的完整 URL。如何获取这些附件的完整路径?我应该使用哪些 API。我正在使用适用于 Android 的 Couchbase 库和 Ektorp 客户端库。
谢谢, 普拉莫德
Some of my couchdb attachments are html files. I want to use those html files in the webview. To do this, I need the complete url to the attachment. How do I get the full path to those attachments? Which APIs should I use. I am using Couchbase library for android and Ektorp Client library.
Thanks,
Pramod
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到了解决方案。
当 couchdb 服务启动时,将使用
host
和port
值调用ICouchBaseDelegate
方法onCouchBaseStarted
。这是存储的,并且在 couchdbdbName
内的文档doc
中附件a.html
的 url 构造如下:I got the solution.
When the couchdb service is started, the
ICouchBaseDelegate
methodonCouchBaseStarted
is called withhost
andport
values. This is stored and The url for an attachmenta.html
in a documentdoc
inside a couchdbdbName
is constructed like this :