Languages

Menu
Sites
Language
Tizen .Net + Native

Hello, everyone

I have a question about using .Net application code plus Native. Can I use UI components from Native Application in my .Net App? For example, I need to use the Rotary Selector in main menu, such as main menu of smart watches, when you select app.

Or maybe you have anouther ideas, how improve main menu :)

Edited by: Perov on 20 Jun, 2020

Responses

3 Replies
Tizen .NET

Hi,
Thank you for reaching out.
Can I use UI components from Native Application in my .Net App? For example, I need to use the Rotary Selector in main menu, such as main menu of smart watches, when you select app.
-> I don't understand what you want exactly. Please explain it in more detail.

FYI, some UI controls can easily receive rotary events. Is there any UI control you want to use in .NET app?

Here is the list of controls that can react to bezel rotation.

Perov

I mean, how can I integrate Rotary Selector (UI Components from Native Application) to my .Net App? Because there is only one approach to use Rotary Selector, including Xaml Forms in the project, and this way doesn't lead me to expected results. 

P.S.: I want to create a window (Main menu) with the other windows icons (like that as on the picture below). I need to use Rotary Selector for that.

Perov