You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
linphone-tutorials/uwp/cs/00_HelloWorld
Anthony Gauchy 29f4bbef5c
Tutorial for LinphoneSDK x UWP - C#
3 years ago
..
Assets Tutorial for LinphoneSDK x UWP - C# 3 years ago
Properties Tutorial for LinphoneSDK x UWP - C# 3 years ago
00_HelloWorld.csproj Tutorial for LinphoneSDK x UWP - C# 3 years ago
App.xaml Tutorial for LinphoneSDK x UWP - C# 3 years ago
App.xaml.cs Tutorial for LinphoneSDK x UWP - C# 3 years ago
MainPage.xaml Tutorial for LinphoneSDK x UWP - C# 3 years ago
MainPage.xaml.cs Tutorial for LinphoneSDK x UWP - C# 3 years ago
Package.appxmanifest Tutorial for LinphoneSDK x UWP - C# 3 years ago
Readme.md Tutorial for LinphoneSDK x UWP - C# 3 years ago

Readme.md

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
    │   ...