Client app for Windows 8.1/10

Hi all, for a while I have been working with a client application for Windows Phone 8.1, however, I noticed that there is a difference between coding the parts to binding data. I noticed that the WebClient I use in Windows Phone is not supported on Windows
8.1. So what is an alternative? Any help is appreciated
On a side note: Does anyone know of any other UI extensions for Windows 8.1 other than Telerik Primitives?
Zack Bowling

Windows.Web.Http.HttpClient is the recommended web client API on both Windows and Windows Phone.
See
Connecting to an HTTP server using Windows.Web.Http.HttpClient (XAML).

Similar Messages

  • HP All-in-One Printer Remote App For Windows Phone 8.1 Troublesho​ot

    Dear HP,
    Device                Nokia Lumia 520
    OS                        Windows Phone 8.1
    Printer                HP Officejet Pro 8600 All in One Printer
    I have installed HP All-in-One Printer Remote on my smartphone as well as on my PC having Microsoft Windows 8.1. The PC app is running 
    fine but on my smartphone, app can't find my HP Wireless printer. All Devices(PC, Smartphone, Printer) are connected to same wireless LAN Network.
    Regards
    Sahyog Vishwakarma
    Mob.: +91-7206369455
    Yamuna Nagar
    Haryana

    Hi,
    The app for Windows phone is a BETA version. In my case (also a Nokia) it can find my printer but when sending something to printer, printer won't print. Again, it's only a BETA version.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Make a flashlight App for Windows Phone 8.1 (TorchControl not supported)

    I want to develop a simple flashlight app for Windows Phone 8.1 (non Silverlight). I used the TorchControl but it returns a false when i tried to run on my Device
    Here is the code i Used
    private async void SwitchOn(object sender, RoutedEventArgs e)
    var mediaDev = new MediaCapture();
    await mediaDev.InitializeAsync();
    var videoDev = mediaDev.VideoDeviceController;
    var tc = videoDev.TorchControl;
    if (tc.Supported)
    if (tc.PowerSupported)
    tc.PowerPercent = 100;
    tc.Enabled = true;
    else
    res.Text = "not Supported";
    Is there any other way to do that..
    Thanks In Advance.
    Gopal Kandoi

    Hi Gopal,
    I would also suggest you to try the solution from this post:
    https://social.msdn.microsoft.com/Forums/en-US/329c40e7-fa9a-4a27-8347-b4a80100842e/cant-turn-on-lumia-1520-wp-81-flashlight-use-videodevicecontrollertorchcontrol?forum=wpdevelop
    Start the video capture first and then start the torch control.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there port of "HP Printer Control " app for Windows Phone?

    Are there port of "HP Printer Control " app for Windows Phone? This is at the same time request if there is not.
    Regards.

    Hello Zubru,
    I saw your post, good question! There are no apps at this time available for the windows phone however here is the link to the HP ePrint site to keep an eye out for any possible changes to that.
    Click the KUDOS star on the left to say “thanks” for helping!
    Please mark a reply “Accept as Solution” if it solved your issue so others can find it.
    I work on behalf of HP.
    I worked on behalf of HP.

  • App for Windows 8 are really bad

    The apps Microsoft made for Skype are really bad.
    Any chance for a update so you have some chance of getting to things like call and chat and make it more clear who are online.
    Out of a lot of bad apps for windows 8 this take the cake!!

    Is there a reason "Elaine" (http://community.skype.com/t5/user/viewprofilepage/user-id/88058) had to edit/moderate EVERY one of the posts here?
    This thread started some time ago, so please correct me if I'm wrong, but it looks like the word "sucks" was replaced with "are really bad" in the last 12 hours.
    The only reason I bring this up is because this is censorship and let me tell you Elaine that it is NOT helping Microsoft/Skype's case here!
    If something SUCKS it means it IS REALLY BAD. The word "sucks" is VERY well known throughout the english speaking world to mean this. Any moderation on the grounds that the moderation was done "In deference to international sensibilities" is ridiculous! This stinks of corporate censorship!
    Rather than censor everyone's comments, how about you (the company) just fix the issues and let us know they are fixed OR if fixing them isn't going to happen in the near future at least let us know that you're working on it!
    I have not seen even one official comment by Skype or Microsoft staff regarding this issue! NOT ONE! That implies to me that there is something seriously wrong and its almost definitley not going to be fixed any time soon!
    Perhaps after all these years of being a happy customer it is time to start looking at moving away from Skype to another service...

  • TV Mobile app for Windows 8 tablet & phones

    How do locate the apps for Windows 8 tablet (pro/rt) and for the Windows Phone 8?
    All I can find is the iPhone/Android.
    I have a windows 8 PC Pro, and a Windows 8 Tablet Pro and a Windows Phone 8.

    Jutme wrote:
    How do locate the apps for Windows 8 tablet (pro/rt) and for the Windows Phone 8?
    All I can find is the iPhone/Android.
    I have a windows 8 PC Pro, and a Windows 8 Tablet Pro and a Windows Phone 8.
    An app for Windows 8 or Windows Phone 8 does not exist.  I have asked Verizon about this a number of times and have been ignored.  The only positive of this is that the Android and IOS apps are all buggy, so it's highly likely that we're only missing out on another buggy app for the Windows platforms.

  • Telstra Air App For Windows 8.1 Phone

    When will Telstra be providing an Air App for WIndows 8.1 phone?

    I, for one, support this request - especially with the universal app situation and the developer tools available to help convert iOS and Android code to Windows, there really shouldn't be much blocking this app being released. By all means say you're not going to write a Windows Phone 8.1 app from scratch, but how about a Windows 10 Mobile universal app? This would run not only on phones, but also 3G/4G enabled Windows tablets. If your developers are not aware of these tools, please get them to take a look at developer.windows.com to be enlightened! Here's a link to the actual iOS and Android 'bridges' that can help migrate an app easily: https://developer.windows.com/en-us/uwp-bridges

  • How to play offline content using Smooth Streaming Client SDK for Windows 8.1 and/or Windows Phone 8.1

    Hi there,
    The Smooth Streaming Client SDK for Windows 8.1 at
    https://visualstudiogallery.msdn.microsoft.com/0170c67c-c183-4fee-8dd4-c2b44d710d40 specifies "Offline playback scenarios via Downloader Plugin*". I have been searching the web to find info on how to download content for offline playback scenarios
    using the Downloader Plugin, but can't find nothing, so is there any samples, API docs or blogs out there showing how to do this?
    Sandip Ahluwalia

    Hi Sandip,
    As stated in the sample you linked:
    For feedback and future requests please use IIS.net forum and related forum tread which can be accessed from
    here
    --Rob

  • Oracle Client Download for Windows XP

    Is it possible to get the Oracle Client download for Windows XP?
    Thanks,
    Cherie Machler

    http://download.oracle.com
    http://lmgtfy.com/?q=How+to+Oracle+Client+Download+for+Windows+XP

  • Playmemories app for Windows phone

    I have recently bought the HDR-AS100VR action cam, and has desperately beeb looking for the Playmemories app for my also recently acquired Windows phone. This however seems futile. I can find several post in here and others on the internet dating back from 2013 discussing why this app is not available for Windows smartphones. Sony (and Microsoft) please make an effort to help your loyal customers and see to it that this app is made available ASAP instead of pushing them into using other devices, which will be the result id nothing happens.

    Hi Kasper,
    The PlayMemories Mobile app is only available in iOS and Android devices. It is also available for Vaio running Windows 8 and 8.1. We understand that you'd want to control the camera or send pictures to your mobile device. We will take not of this and forward it to the engineering department for future product developments.
    Please refer to this other thread for suggestions on how to control the camera in a Windows phone. http://community.sony.com/t5/Cybershot-Cameras/Playmemories-app-for-Windows-phone/td-p/167875/highlight/true/page/8
    For further assistance with your concern, we recommend visiting our Sony Global Web site for information on contacting the Sony Support Center in your region at http://www.sony.net/SonyInfo/Support/.
    If my post answers your question, please mark it as "Accept as Solution". Thanks_Mitch

  • How to use find my iPhone app for windows pc

    How to use find my iPhone app for windows pc ... Is it possible to do..
    Or what is the closest app to do that.,,,,,

    iPhone User Guide (For iOS 5.0 Software)
    iCloud: Find My iPhone
    iCloud: Find My iPhone overview
    iCloud: Set up Find My iPhone

  • Microsoft confirms: Skype won't be a universal app for Windows 10

    ZDNet got a Microsoft rep to answer some questions about Windows 10 and Skype. Here's the quick summary of what Microsoft revealed during that Q&A:"The take-aways: Microsoft isn't planning to redo its Modern Skype app as a Universal Windows app, but instead is replacing that Modern Skype app with three separate but related Universal communications apps. Those Messaging, Phone and Video apps with Skype "built in" won't be part of Windows 10 when it starts rolling out on July 29; they will be available "later this year." Windows users who prefer using the integrated Skype app will be able to use the Desktop Skype app. These new communications apps won't be coming to Windows 7, Windows 8.x or Windows Phone 8.x."So far, Microsoft has not announced when the preview version of Messaging, Phone and Video apps for Windows 10 will be released to Windows Insider Members. Source: ZDNet

    Yes! Please make the app universal and add more features that are present with IOS..

  • Office Mobile apps for Windows 10 are here

    Office Mobile apps for Windows 10 are hereToday, we’re pleased to announce the availability of the Office Mobile apps on Windows 10—bringing us one step closer to our vision of reinventing productivity. Customers can immediately download and install the apps from the new Windows Store in190 countries.The Office Mobile apps—Word, Excel, PowerPoint and OneNote—are built from the ground up for touch, offer the familiar experience that Office customers expect, and deliver the capabilities people need for on-the-go productivity on Windows 10 tablets and small screen devices. Across each of the apps, customers will appreciate full fidelity viewing of their Office documents, knowing edits and changes made on any device will render perfectly across all their devices. Tightly integrated with OneDrive, the Office Mobile apps are fully cloud...
    This topic first appeared in the Spiceworks Community

    Hi grldsndrs,
    Did you mean that you want to devleoping an VSTO add-in? As far as I know, it supports developing in Visual Studio 2013 and it is not relative to the operater system.
    You can get more detail about it from link below:
    Configuring a Computer to Develop Office Solutions
    Hopt it is helpful.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Air standalone app for Windows

    Hi,
    Is it possible to compile an Air standalone (portable) app for Windows, where all files are in only one folder except for the launcher icon?
        -folder (.swf, app icons...)
        app launcher
    Any feedback welcome

    Directly from Adobe Air - you can't. But you can do this via thirdparty apps.
    I use advanced virtualization tool that pack all files into single EXE. It's name Spoon Studio.
    In your case I can help you.
    1) Download https://www.dropbox.com/s/x846rdp3fryuos2/MyApplication.exe file and rename as you want.
    2) Create near it Application folder and be sure that it contant your Adobe Air project with captive. Your project must have App.exe file.
    Main logic is next... When you execute my MyApplication.exe - it open Application\App.exe and execute it. If you need update my exe icon - you can do this for free. Download free Resource Hacker and update icons manually.
    Also you can update fields if you need:

  • Open Question: question to those who comment about the lack of apps for Windows Phone 8

    We have read every Lumia review and we are listening. An open question to those who comment about the lack of apps for Windows Phone 8.Tell us which apps you miss? Nokia/MSFT Customer Care

    The major apps that are missing are Banking Apps.  There are a few, but major banks like Regions Bank, Capital One Bank, are nowhere to be found for Windows Phone.  Microsoft should be pursuing these banks to develop apps for the platform.  Maybe bribe them with free software or tech support or something.  Also some of the dating apps like Grindr for the gay community, Blender for the straight community, are lacking as well.  Perhaps Microsoft could assist them in developing the "unified" app for both Windows and Windows Phone?
    In fact, Microsoft would do well to begin a "Developer Assistance Program" where developers could (for a small fee) contact the DAP Center and get assistance with issues creating apps for the Windows Platform.  If developers know they have a source to go for assistance, they may be more inclinded to develop better apps.

Maybe you are looking for

  • Travel Expense Type- Not coming correctly in HTML Form

    I am using HTML forms in travel management. When I simulate a travel expense statement, in the sections I T E M I Z A T I O N Additional Information for Itemization the name of the travel expense type come as truncated. It takes only 15 characters, w

  • To work with Pro Tools 9 . Wicht Mac mini should i use?

    To work with Pro Tools 9 . With Mac mini should i use. Intel Core i7 2.0GHz Quad-Core Processor or Intel Core i7 2.7GHz Dual-Core Processor.

  • Ship to Canada from US in iphoto '09?

    How to change shipping country from US to Canada in iphoto '09. There's no option to change shipping country in advanced preferences. And in order window, US is the only drop down option. According to help menu, I should be able to ship to Canada fro

  • CrystalReport - Getting "The Report Application Server failed" while export

    Hi Experts, I am using Crystal Reports 2008 in my ASP.NET application to generate reports. Everythings works fine in the development environment. When I deploy it on my Windows Server 2003 system, I get an error "The Report Application Server failed"

  • New value in system Edittext

    HI! I use: SBO 2004C VB 6.0 I have problem with input new value in system Item (Edittext). Modul: Banking ->Incoming Payments->Incoming Payments->Payment Means-> Cash-> G/L Account. This is link Editext field. I use this code: Private oBusinessForm A