我如何从 Gmail 接收图像到我的 Android 应用程序
我有一个应用程序,可以通过 Android 上的 Gmail 中的“预览图像”接受图像
我有 Uri:
content://gmail-ls/messages/my_gmail_id_@_gmail.com/65/attachments/0.1/SIMPLE/false
Astro图像查看器或图库可以很好地显示图像
我可以使用 URI:content://media/external/images/media/79
但我不知道如何使用此 Uri 在我的应用程序中显示图像。
请帮助我
I've got an app that accepts images via "Preview images" in Gmail on Android
I have the Uri :
content://gmail-ls/messages/my_gmail_id_@_gmail.com/65/attachments/0.1/SIMPLE/false
The Astro image viewer or Gallery can display the image very well
I can use the URI : content://media/external/images/media/79
but I dont know how to use this Uri to display image in my app.
Help me please
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对最后一个答案感到抱歉。我在那里有点尴尬。
但这应该是您正在寻找的更多内容。这个确切的代码可能会也可能不会运行,但从概念上讲,这是我发现它应该工作的方式。如果您有任何问题,请告诉我。
Sorry about that last answer. I am a bit embarrassed there.
But this should be more of what you are looking for. This exact code may or may not run but conceptually this is way I found it should work. Let me know if you have any issues.
这对我有用:
This worked for me: