windows-phone-8 Questions
3
Solved
Just implemented sharing via SMS, Mail Twitter and Facebook with the from the WP8 SDK provided ShareStatusTask:
http://msdn.microsoft.com/en-us/library/windowsphone/develop/microsoft.phone.tasks.s...
Vivie asked 15/1, 2014 at 19:17
1
I am calling a Webservice using RestSharp API.But I am facing a problem that when the server takes more time than RestClient's default timeout (i.e. 100 seconds) in that case I am always getting St...
Salvage asked 4/2, 2016 at 10:4
1
Solved
I am currently working on windows phone 8 and I have created a ListBox with Ellipse inside it to show images. Now I want to change the Stroke Colour for it when user selects any item in ListBox. My...
Almita asked 10/2, 2016 at 17:11
2
With Windows Phone 8.1, next line worked well but now when users are changing to Windows 10 phones, devices are failing.
ProductLicense inAppLicense = CurrentApp.LicenseInformation.ProductLicenses...
Sulfaguanidine asked 18/12, 2015 at 21:58
3
Solved
I have a Windows Phone 8 project and another project written in C++ ; both are in the same solution. The C++ project is a dynamic library used in the WP8 project, and it is configured to produce a ...
Narcoanalysis asked 19/7, 2013 at 12:59
1
Solved
I am using Xamarin Forms picker control and require setting the text color, however there is no such property. I have tried making a custom renderer which worked out for me in android and ios (I en...
Kerseymere asked 2/2, 2016 at 19:28
2
Solved
I'm using a PCL version of Sqlite.net from https://github.com/oysteinkrog/SQLite.Net-PCL
However, I'm unable to get the DB connection setup. The SQliteAsyncConnection does unlike the original vers...
Tangy asked 10/12, 2013 at 13:30
5
Solved
I would like to install Visual Studio 2013 on Windows 7 64-bit.
For some reason, the installer says "Setup Blocked" with an error "This version of Visual Studio requires a computer with a newer ve...
Diviner asked 11/12, 2013 at 10:12
3
I have an Internet radio app that uses BackgroundAudioPlayer.
I need a timer in the Audio Playback Agent that will update the track title of the currently playing track of the BAP that is pulled f...
Torrid asked 8/12, 2013 at 11:22
5
Solved
I have the screenshot
and I am intending to retrieve the country which should be "Nigeria". After going through the System.Globalization class, I found the code snippet below
System.Globalizati...
Audible asked 16/7, 2013 at 11:16
3
Solved
I'm developing website and I would like to know if it's possible to set shortcut icon for website (when you pin website to start screen on Windows phone mobile IE), just like on apple (apple touch ...
Overcritical asked 28/11, 2013 at 18:20
3
Solved
In Windows Phone 8 Silverlight I use
Environment.OSVersion.ToString()
to get Windows Phone version and
DeviceStatus.DeviceManufacturer+" "+DeviceStatus.DeviceName
to get device name.
These ...
Beachhead asked 9/6, 2014 at 14:5
3
Solved
A friend and I have tried to get the video player on Windows Phone 8.1 to play a m3u8 stream, but we've been unavailable to succeed.
What we've tried:
We've tried with playerframework.codeplex.c...
Beckerman asked 18/11, 2014 at 23:8
4
Solved
I am creating an audio recorder control, with playback functionality.
I use the media element to play the recorded audio like this:
using (var storage = System.IO.IsolatedStorage.IsolatedStorage...
Crozier asked 10/10, 2013 at 11:14
2
Solved
previously in Windows Phone 8 we could use Clipboard to share text. It's supported in Windows 8,
Clipboard.SetContent(dataPackage);
But I see it is not supported for Windows Phone Runtime. Is i...
Boniface asked 17/6, 2014 at 12:43
2
Solved
I'm following the sample code on MSDN (http://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.package.id.aspx) to get the current application version in C#
string buildVer...
Zonazonal asked 22/3, 2013 at 19:45
2
Solved
I am trying to use a MapPolyLine in my Map to show a real-time route, hopefully it will move/scale this time. The thing is the line is not being shown on the map, and I cannot find any programming ...
Yarbrough asked 29/11, 2012 at 12:25
3
Solved
I am developing a Windows Phone 8 application.
How can I exit or quit programmatically (through code) from my Windows Phone 8 app?
What are the various ways in which I can programmatically (throu...
Kylander asked 24/2, 2013 at 13:42
2
Solved
OK, My issue is quite simple.
I've managed to turn the flash On (and keep it On).
However, I'm still not sure how to turn it off (lol).
Here's my code :
var sensorLocation = CameraSensorLocatio...
Ejector asked 23/6, 2013 at 9:19
1
How can I make my scrollviewer not to move automatically when I move
and release it with mouse
I know it is the normal behavior, I need to make it keep its current horizontal offset when I release...
Encapsulate asked 6/11, 2012 at 3:50
3
I'm storing my Data in local database using SQLite.
I've string typed few variables to store. Now, when I store that string variables, it is being stored as "VARCHAR" (as in the picture below).
...
Malloy asked 8/4, 2014 at 14:3
1
Can anyone please explain ItemTemplate.DataTemplate and ListView. In this code snippet.
I really don't understand the concept of Templates, it will be help full if someone might put some light on t...
Catamnesis asked 26/10, 2015 at 5:54
1
I am having really difficult time to cope up with the windows phone emulator.
My ultimate goal is to deploy my application and sniff http requests through fiddler.
I am on Visual Studio 2013 Update...
Score asked 7/6, 2015 at 8:42
4
Solved
I have a WP8 app that I need to build in 3 configurations (release, release(prepro), release(fake)). Each configuration point to a different server and has different app icons. I need to be able to...
Chader asked 21/5, 2014 at 13:1
1
Solved
I would like to build my current project to 3 main mobile platforms: iOS, Android and Windows Phone 8.
At the moment I can compile it to iOS and Android, but can't find any info for compiling it t...
Hypertrophy asked 22/10, 2015 at 11:56
© 2022 - 2024 — McMap. All rights reserved.