使用Android图库显示媒体RSS
我知道 Android 的本机图库应用程序可以显示从 Picasa Web 帐户存储的图片。我已经搜索了 SDK,但无法弄清楚是否有一种方法可以使媒体 rss 在本机图库应用程序中可用(并且理想情况下可以与任何图库应用程序一起使用)。
我想过创建一个 ContentProvider 来使这些可用,但库似乎只显示通过 MediaStore 添加的内容。
如果您有任何想法,请告诉我。
非常感谢。
I know that the native Gallery application of Android can display pictures stored from a Picasa Web account. I have searched the SDK but could not figure out if there is a way to make media rss available in the native gallery applications (and ideally would work with any gallery application).
I thought of creating a ContentProvider, to make these available but the gallery seems to only display what is added through the MediaStore.
If you have any idea, let me know.
Thank you very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,如果不修改源代码,就无法在本机图库中添加媒体 RSS。没有 API 允许这样做。
Unfortunately it is not possible to add Media RSS in the native gallery without modifying its source code. No API allows that.