In Xamarin Froms is there any more cleaner way to make applications rather than using 2way data binding, MVVM?
I tried to use it but, it that kind of workflow really doesn't fits me. and couldn't find any other smart ways to do it.
if yes, then how should I implement the MVC architecture?
or in xamarin ios or android would mvc workflow work?
something not like this in XAML file
<TextBox Text="{Binding Path=Salary, Mode=TwoWay}"/>