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
Post a Comment