Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在没有我自己的数据库的情况下创建一个扩展 ContentProvider 的类吗?相反,我从其他 ContentProvider 返回光标。可能吗?
好吧,从代码中,也许你可以做到这一点。
但我认为这不是一个好主意,您可以从 中返回光标another content provider,为什么不直接使用another content provider.
another content provider
你肯定可以做到这一点。但是,您必须正确实现 ContentProvider。你如何做到这一点以及Cursor来自哪里是完全不相关的。显然,我部分同意@idiottiger,直接使用现有的内容提供者可能更简单。
Cursor