开发者

Good ways to social photo sharing on Windows Phone 7

I'm an Android developer recently moved to Windows Phone 7 developme开发者_如何学Cnt. In Android, we were able to share pictures generated in our apps using a common (generic) sharing context menu which lists applicable (installed) social networks and apps that can take photos as input. (as in the image attached to the question.)

In Windows Phone 7, apparently, Android Intent-BroadcastReceiver mechanisms are not implmented. My problem is, how can I share a picture generated in my app (let's say my app only takes pictures using camera) on Facebook, Twitter, Mail etc. without using their APIs (because it is not really easy to integrate 3rd party apps and increases app size etc.)

Thanks.

Good ways to social photo sharing on Windows Phone 7


There isn't a built in way to share images from within your app.

If you save the image to the phone's medialibrary then it can be shared using any installed, registered app via the pictures hub, as per http://msdn.microsoft.com/en-us/library/hh202966(v=VS.92).aspx

Update for Windows Phone 8
Windows Phone 8 includes the ShareMediaTask which does allow your app to share image files.


How about this link here?

http://msdn.microsoft.com/en-us/library/hh202966(v=VS.92).aspx

According to MSDN, this link explains all about picture integration on the WP7. I use it all the time when making WP7 applications to find out about what I can do with my pictures and how to integrate them with Facebook. Just a warning, Twitter integration with the WP7 is not up yet but I think by September 1, you will be able to implement that. Hope your app becomes a hit! -GMan

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜