windows 10 - UWP app definition -


we're going develop uwp app , it'll mobile , desktop. in our presentation, our app universal, not testing or deploying on surface hub, holo lens , xbox?

if refer first paragraph of official documentation:

the uwp provides guaranteed core api layer across devices. means you can create single app package can installed onto wide range of devices.

but:

because uwp app runs on wide variety of devices different form factors , input modalities, want tailored each device , able unlock unique capabilities of each device. devices add own unique apis guaranteed api layer. can write code access unique apis conditionally app lights features specific 1 type of device while presenting different experience on other devices.

so universal on condition not triggering platform specific api codes. , ui, uwp using adaptive ui let app fit different screen size.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -