Windows Phone 8 API List
The Windows Phone 7 platform does not support the development of native languages, which has plagued many developers of games and underlying applications. The launch of the Windows Phone 8 SDK has improved the situation. is the API component of Windows Phone 8.
1.. NET API for Windows Phone
Windows Phone 8 supports a collection of managed code that contains classes and definitions in both the Windows Phone OS 7.1 platform system and Microsoft.phone namespaces, and also joins the Microsoft.Phone.Wallet , Sharemediatask, Lock screen, and other Windows Phone 8 platforms support new features.
For more information, please refer to msdn:.net API for Windows Phone.
2. Windows Phone Runtime API
It is a subset of the native API built on the operating system layer, implemented by C + +. Programmers familiar with Windows runtime programming can easily understand the Windows Phone runtime, and their frameworks are very similar. The relationship between Windows Runtime and Windows Phone Runtime is given.
There is a crossover between Windows Runtime and the Windows Phone runtime, and there are different features.
- Windows Runtime-specific APIs
The red part of Figure 2 has about 11,000 members. This part of the API does not support the Windows Phone 8 platform.
- Windows Runtime for Windows Phone 8
In the dark blue section of Figure 2, there are about 2,800 members.
- Windows Phone 8-specific APIs
The turquoise part of Figure 2 has about 600 members, including classes related to speech synthesis and speech recognition in Windows Phone 8.
The Windows phone runtime API contains 2 and 32 sections, for more information, refer to the Msdn:windows Phone Runtime API, theit online education platform Wheat Academy There are also many such articles in the inside. Here is not a repeat, code word tired.
3. Win32 and com API for Windows Phone
The Win32 API allows developers to gain access to the underlying features of the platform, such as the Winsock API of the underlying network. For more information, refer to Msdn:win32 and COM API for Windows Phone 8.
Quickly review the supported APIs for Windows Phone 8 to download the Windows Phone API QuickStart Poster (PDF).
"Notes" API for Windows Phone 8 development Notes