linphone-tutorials/uwp/cs/00_HelloWorld
2021-09-13 15:50:58 +02:00
..
Assets Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
Properties Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
00_HelloWorld.csproj Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
App.xaml Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
App.xaml.cs Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
MainPage.xaml Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
MainPage.xaml.cs Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
Package.appxmanifest Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00
Readme.md Tutorial for LinphoneSDK x UWP - C# 2021-09-13 15:50:58 +02:00

Linphone X UWP tutorial 00_HelloWorld

The first tutorial is just here to display a hello world app with the current Linphone's version number.

Don't forget to install those NuGet packages :

Main files :

00_HelloWorld
│   README.md : you are here  
│   App.xaml(.cs) : Default Windows Application file, nothing special here
│   MainPage.xaml(.cs) : This is were the magic happen, 
│       jump into this file to learn about Linphone core creation and how to display a hello world.
│
└───Assets : default UWP app assets
    │   LockScreenLogo.scale-200.png
    │   ...