可以使用 Android ContentProvider 来提供 http 响应(非 DB)吗?
我想为我的 Web 服务提供数据库的外观,而不将其作为缓存或中间件存储到数据库中。
I would like to provide the appearance of DB for my web service without storing it into the DB as a cache or middleware.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。
我还没尝试过,您可以看看这个 RESTProvider 项目,它就是这样做的。
Yes.
Not that I've tried it, you could have a look at this RESTProvider project which does just that.