Languages

Menu
Sites
Language
Can we use MVVM in Tizen.net?

I have experience with mvvm on wpf, uwp and xamarin long years. So no newbie but i tried using mvvm structure on tizen.net application. I tried even exactly same code works on my xamarin.forms application but no chance. INotifyPropertyChanged interface is returning null always. is there any reason for that? if mvvm is working, any simple sample?

Responses

1 Replies
Tizen .NET

Hi Emil

We can use MVVM pattern in Xamarin.Forms app for Tizen.

Please check Tizen C# Sample apps that use MVVM pattern from Tizen-CSharp-Samples.

(e.g. PhotoWatch, Sensors, TextReader, SpeechToText, WebProxySample, etc)