Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.44 KB

README.md

File metadata and controls

51 lines (42 loc) · 1.44 KB

Tizen-CSharp-Samples

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

Since 7.0, Xamarin samples are deprecated and .NET Multi-platform App UI (.NET MAUI) samples are supported by Tizen Platform.

Tools for samples

Visual Studio Tools

Visual Studio Tools for Tizen

Reference

Sample structure

Sample apps will be deployed for each app type.

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

Branch policy

  • master: ready applications for Tizen 7.0