share image using windows phone sdk v7.1 - c#

I am using v7.1 sdk for developing windows phone 8 application ( as my system doesn't support windows 8 so i cant use window phone 8 sdk). I want to share image . In windows phone 8 sdk it is possible using SHAREMEDIATASK. My question is that how can i share image using v7.1 , please help & understand.

Well, you cannot use it on 7.1. I know is weird but the only way to do it is :
You can storage the image in Image Gallery and let the user share from there. Or you can upload the image to a remote server and share a link to the uploaded picture.

Related

How to use existing camera app(not create one using MediaCapture) and take picture in windows phone 8.1(WinRT)?

I know how to implement a camera capture using a MediaCapture in windows phone 8.1. But the question is can't we just launch the existing camera app using a launchUriAsync() and get back the path of the file or the file itself in the form of an argument?
Example: Like when we try using a import and choose the photos app we have an option to take an image. Can't we use the existing camera app to do this? Should we really have to implement our own media capture with resolution etc?
Thanks.
The app needs to use the MediaCapture API.
Windows Phone Runtime apps cannot directly launch the camera app to capture and return an image. There is no analogous API to CameraCaptureTask (Windows Phone Silverlight) or CameraCaptureUI (Windows Store apps).
can't we just launch the existing camera app using a launchUriAsync()
and get back the path of the file or the file itself in the form of an
argument?
In Windows 10 it would be possible for somebody to write a camera app service that provides this, but not in 8.1.
See the build session App-to-App Communication: Building a Web of Apps
Should we really have to implement our own media capture with
resolution etc?
http://wpdev.uservoice.com is the place to request features for the Windows Dev Platform.
With Windows 10 you should be able to use the CameraCaptureUI API to capture a picture without having to write your own media capture code. Details of this API can be found here: https://msdn.microsoft.com/en-us/library/windows/apps/windows.media.capture.cameracaptureui.aspx.

Google AdMob interstitial ads in windows phone 7

I want to add google ads in my project but my project is for windows phone 7 . how can I implement GoogleAdMob to my windows phone 7 application. also I want to implement google interstitial ads in my application how can I did that???
I had a try to upgrade my project from 7.1 to windows phone 8 but it can't run it shows error like it
I have developed HubTile Application. which used coading4fun toolkit and wpcontrolls.toolkit
"Unable to cast object of type 'System.Reflection.CustomAttributeData' to >type 'System.ComponentModel.TypeConverterAttribute'
and please tell me if there is any other ad network which provide interstitial ads to windows phone 7 application which have good eCPM . please help me.
Currently, Google Admob is only available on windows phone 8, android and ios.
Support for windows phone 7 was dropped in 2013.
Until then, you can either use one or a combination of the following:
Microsoft PubCenter
Ad Duplex
inMobi
Leadbolt
Scoreoid
Mediabrix
PreApps
More here
You can also use AdRotator to achieve a +99% fill rate by real time swapping/replacing of ad providers.

Windows Phone 8 App Share Content

I have searched on the net regarding how to implement share content and found that we can use Windows.ApplicationModel.DataTransfer namespace to share the content on Windows Phone 8 App too. But I am getting error that this namespace is not supported on Windows Phone 8.
Can you guys please tell me if there is some other way to share the contents like PDF file in a Windows Phone 8 app. I have created a program which captures an image & then converts the image to PDF file now I want this converted PDF file to be shared, but unable to do using Windows.ApplicationModel.DataTransfer namespace.
Any input will be highly appreciated.
The "Windows 8 way" does not work on Windows Phone 8. You need to use uri or file associations, more info at Auto-launching apps using file and URI associations for Windows Phone 8

Can we get the list of installed apps programmatically in our app in windows phone 8?

Can we get list of app installed in phone from my app?
I have seen many question here all are saying not possible and few answers saying with live id they're access our App history and showing.
But see how this apps working :
http://www.windowsphone.com/en-us/store/app/app-folder/7d2e7de3-95e7-4143-8a9d-aedf8c3f901e
http://www.windowsphone.com/en-us/store/app/app-folder/1a248adb-1429-45ea-a507-f3d5f4cad58c
And Can we open any app that we installed in our phone from our APP?
For example : - My app need to open "Bing Weather" app.
Thank you
ShareOurIdeas.com
No, you can't. That's not possible.
Both apps you linked to are not standard-apps. Look at publisher names: Nokia Corporation and SAMSUNG ELECTRONICS Co, Ltd.
They have different kind of access to system resources then you have as a developer using public Windows Phone API.

Windows Phone doesn't support this file type.What can I do?

I am developing Windows Phone 7 application with C#.Application have to download torrent files.So it's extension ".torrent".But Windows Phone doesn't support torrent files.So it says "Can't download file.Windows Phone doesn't support this file type." What can I do ?
There's no way to add handler for custom extensions in Windows Phone 7. According to rumors based on the leaked SDK, it may be possible in Windows Phone 8 (but no official announcement yet). So for now, there's nothing you can do.

Categories