New Windows Phone Silverlight 8.1 apps

☆樱花仙子☆ 提交于 2019-12-18 04:24:19

问题


I have just updated my Windows Phone HTC 8S to Windows Phone 8.1 Developer Preview and I would like to begin playing around with any new API's. I did come across the Windows.Phone.System.LockScreenExtensibility namespace, but it says:

Minimum supported phone Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Is there a difference between normal Windows Phone 8 apps that we're currently making, and "Windows Phone Silverlight 8.1" apps? I've never heard of Silverlight 8.1 apps before.


回答1:


Windows Phone Silverlight 8.1 is a 'continuation' of Windows Phone 8 Apps (apart from native apps and some exceptions, most of WP8.0 apps were Silverlight 8.0). It gives more possibilites with little change to your code, you can read more here at MSDN:

The Windows Phone Silverlight 8.1 app model gives Windows Phone 8 developers access to some of the newest features available in Windows Phone Store apps without significantly modifying existing Windows Phone 8 code.

When developing Windows Store apps under 8.1 there are two main paths: Windwos RunTime Apps and mentioned Windows Phone Silverlight 8.1 -> MSDN. Both have advantages and disadvantages. Windows Runtime Apps can be far more easily ported to other devices, you will also find some API's available only for runtime apps and some other Controls under WinRT. You may also want to read about Universal Apps.

As for Silverligt you may also look at this video.

More about programming concepts you will find here at MSDN.

So when you find such a sentence:

Applies to: Windows Phone 8 and Windows Phone Silverlight 8.1 | Windows Phone OS 7.1

it means that it can't be used with WP8.1 RunTime Apps. And vice-versa:

Minimum supported phone Windows Phone 8.1 [Windows Runtime apps only]

only for RunTime apps. Good example here is different navigation in those two models.



来源:https://stackoverflow.com/questions/23460341/new-windows-phone-silverlight-8-1-apps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!