简体   繁体   English

WP7:将图像发送到Twitter

[英]WP7: sending images to twitter

How to implement sending images to some application in Windows Phone 7? 如何在Windows Phone 7中实现将图像发送到某些应用程序? In the Android it's done via Intents. 在Android中,这是通过Intents完成的。

First of all, take a look at this article . 首先,看看这篇文章 Once you get the image, all you have to do is use a service like TwitPic to post it there (an example for the v1.0 API is shown here ). 获得图像后,您所要做的就是使用TwitPic之类的服务将其发布到此处( 此处显示了v1.0 API的示例 )。

Windows Phone 7 does not support communication between apps or shared files so as a general rule you can't. Windows Phone 7不支持应用程序或共享文件之间的通信,因此一般情况下您不支持。 There is currenlty no equivalent to androids Intents in WP7. 目前没有可比的WP7中的Android Intents。

With regard to an application which works with images you could create a Photo Extras Application to work with images already on the device. 对于可以处理图像的应用程序,您可以创建一个Photo Extras应用程序来处理设备上已有的图像。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM