我可以在 Android 应用程序中使用内置的 picasa 共享功能吗?

发布于 2024-11-17 21:40:46 字数 144 浏览 2 评论 0原文

我正在尝试开发一个可以将照片上传到不同网站的应用程序。在android手机图库中已经有默认共享到picasa的功能。有没有什么方法可以调用与用户单击共享、图库中的 picasa 时发生的相同的事情。

如果没有,还有什么其他方法可以将图片上传到 picasa。

I am trying to develop a app which can upload photo to different sites. In android phone gallery there is already a feature to share to picasa by default. Is there any way to call the same thing as it happens when the user click on share, picasa in gallery.

If not, what can be the other way to upload image to picasa.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一口甜 2024-11-24 21:40:46

共享应使用 ACTION_SEND 意图来完成:http://developer.android。 com/reference/android/content/Intent.html#ACTION_SEND

例如,如果您将其与 MIME 类型的 image/* 一起使用,系统将提示用户选择他们可以与之共享图像的所有内容。如果 Picassa 是其设备上的其中之一,它将出现在列表中。

Sharing should be done with the ACTION_SEND Intent: http://developer.android.com/reference/android/content/Intent.html#ACTION_SEND

For example if you use this with a MIME type of image/*, the user will be prompted to select all of the things they can share an image with. If Picassa is one of these on their device, it will be in the list.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文