内容提供商可以从其他设备获取数据吗?
我有2个手机:电话A和电话B。每个手机都有一个搜索,可以查询所有在上述电话上注册的用户。我希望我的搜索查询电话A和电话B中的所有条目,而不仅仅是电话A。
我使用的是本地数据库的房间。内容提供商可以允许我从多个设备获取数据吗?
I have 2 phones: Phone A and Phone B. Each Phone has a SEARCH that can query all users that sign up on said phone. I want my SEARCH to query all entries from PHONE A and Phone B not just Phone A.
I am using ROOM which is a local database. Can Content Providers allow me to fetch data from multiple devices?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
内容提供商内容提供商可以帮助应用程序管理自己存储(由其他应用程序存储的数据)的访问权限,并提供与其他应用程序共享数据的方法。它们封装数据并提供定义数据安全性的机制。内容提供商是将一个过程中的数据与在另一个过程中运行的代码连接的标准接口。实施内容提供商具有许多优势。
根据文本,是的,内容提供商可以允许您。如果您想要更多详细信息,则 htttps:https:// developer.android.com/guide/topics/providers/content-provider-basics?hl = en-us 网站将为您提供更多详细信息...
对不起,是我的朋友正在使用我的电子邮件
Content Providers Content providers can help an application manage access to data stored by itself, stored by other applications, and provide a way to share data with other applications. They encapsulate data and provide mechanisms to define data security. Content providers are the standard interface that connects data in one process with code running in another process. Implementing a content provider has many advantages.
According to the text, yes, the content provider can allow you. if you want more details the https://developer.android.com/guide/topics/providers/content-provider-basics?hl=en-us website will offer you more details...
Sorry, it was my friend who was using my email