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
Thibault Lemaire aca479888a
Give the UWP Tutorial a little refresher
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 Give the UWP Tutorial a little refresher 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 Give the UWP Tutorial a little refresher 3 years ago
Package.appxmanifest Tutorial for LinphoneSDK x UWP - C# 3 years ago
Readme.md Give the UWP Tutorial a little refresher 3 years ago

Readme.md

Linphone X UWP tutorial 00_HelloWorld

The first tutorial is just a hello world app displaying the current SDK version number.

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 happens, 
│       jump into this file to learn the basics of how to setup your app to use Linphone by creating the Core object.
│
└───Assets : default UWP app assets
    │   LockScreenLogo.scale-200.png
    │   ...