Skip to content

wiertel/Tizen-CSharp-Samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tizen-CSharp-Samples

Tizen C# Samples for Mobile, Wearable, and TV profiles.

Tools for samples

Visual Studio 2019

Visual Studio Tools for Tizen

Reference

Sample structure

Sample apps will be deployed for each app type.

AS-IS

├── Mobile
│   ├── A
│   ├── B
│   └── C
├── Wearable
│   ├── D
│   ├── E
│   └── F
└── TV
    ├── G
    ├── H
    └── I

TO-BE

├── Mobile
│ ├── NUI
│ │ └── ...
│ ├── OpenTk
│ │ └── ...
│ └── Xamarin.Forms
│ │ └── ...
├── Wearable
│ ├── NUI
│ │ └── ...
│ ├── OpenTK
│ │ └── ...
│ └── Xamarin.Forms
│ │ └── ...
└── TV
  ├── NUI
  │ └── ...
  ├── OpenTK
  │ └── ...
  └── Xamarin.Forms
    └── ...

Branch policy

  • master: ready applications for Tizen 5.5

About

Tizen C# Samples for Mobile, Wearable, and TV profiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Other 0.1%