Questions tagged [windows-10-mobile]

Windows 10 Mobile is an edition of the Windows 10 OS developed by Microsoft and was released in 2015. It is an iteration of the Windows Phone product line and a successor to Windows Phone 8.1. Windows 10 Mobile is designed for use on smartphones and phablets running on ARM processor architectures

Windows 10 Mobile is an edition of the Windows 10 operating system developed by Microsoft. This edition of Windows 10 is a mobile operating system that succeeds Windows Phone 8.1 and is designed for smartphones, and small tablets under 8 inches in screen size, running on ARM as well as IA-32 processor architectures.

Windows 10 Mobile aims to provide a larger amount of synergy with its counterpart for personal computers, including more extensive synchronization of content, a new "universal" application ecosystem that will provide the ability to port apps developed for Windows 10 on PCs, Android, and iOS to the platform, as well as the capability to, on supported hardware, connect devices to an external display and utilize a "PC-like" interface with mouse and keyboard input support.

While general availability for Windows 10 on PC is set for July 29, 2015, Windows 10 Mobile is being developed at a slower pace than the PC version and will not be available at the same time.

Read more about Windows 10 Mobile in Wikipedia.

850 questions
-1
votes
1 answer

Memory usage of Universal app for Windows 10

When we build Universal app for Windows 10, in order to support multiple resolutions we can use Adaptive triggers. In this case for each visual state, separate layout is used. If we have 3 sizes to adopt, for each layout must be created, and as a…
Samvel Siradeghyan
  • 3,523
  • 3
  • 30
  • 49
-2
votes
1 answer

detect first app launch in windows 10

I am new to windows 10 application development. I want to show some details to user when only user launch the app for the first time. Please help me to solve this problem !!
iuhettiarachchi
  • 431
  • 1
  • 9
  • 24
-2
votes
1 answer

Are JavaScript apps for WP8.1 and WP10 processed in the same way?

I wrote Liquid Dynamics engine on JS. It doesn't really matter how exactly it works, just one thing to say: it performs heavy computations. So, I try to launch a project with this engine on WP8.1 and WP10. The project (and all source files) is…
splash27
  • 2,057
  • 6
  • 26
  • 49
-2
votes
1 answer

UWP Community Toolkit

I added the UWP Community Toolkit to a project and am getting the following error while executing. Has anyone ever experienced this?
-2
votes
1 answer

How to create a video player app that supports formats which are not natively supported by the windows 10 mobile platform?

So I want to create a video player app that can play multiple formats of video which are not natively supported by the windows 10 mobile platform like flv, ogg, mov, vob etc. So I dont have any idea like how to start on this. I have seen a app in…
Vignesh S
  • 332
  • 1
  • 2
  • 14
-2
votes
1 answer

Fileendings native Apps - APPX?

I'm writing a thesis about mobile Apps. Now i wanted to mention the files that are required for the specific platforms. Those are for Android, iOS, Windows 10 mobile: APK (Android Application) IPA (iDevice Package) APPX ( ??? ) I could not figure…
Stefan S
  • 123
  • 1
  • 9
-2
votes
3 answers

Windows 10 UWP Screen Recording API

I'm looking for a UWP class like ScreenCapture. I want to create a Screen Recorder, but I can't find any class that suits in my needs. Is this possible?
-2
votes
2 answers

Limit lines of a txt file

I have a text file where I save a line every 30 minutes with the WriteLineAsync method. When the file become too large, if I try to read it, the application crashes. I thought that I could limit the lines writable on the file so when I add a new…
Cristian Cundari
  • 317
  • 1
  • 3
  • 13
-2
votes
1 answer

IpOverUsb Service Insufficent Privileges

I am trying to install the Windows 10 IpOverUsb Service for developers. I have Windows 10 on my phone and downloaded the wconnect.rar. When I try to install IpOverUsb it says top check if I have sufficient privileges and I am administrator. Could it…
-2
votes
2 answers

Windows Mobile hardware buttons

I am new to windows mobile development. how can I access the hardware keys like volume down,volume up, power button by programmatic in c#.
1 2 3
56
57