Posts by samuel ferreira • 33 points
3 posts
-
0
votes0
answers208
viewsQ: Listview Databind Xamarin Forms
I’m creating an app with Xamarin Forms. The app has a student profile screen where I need to display the Model phone list. It turns out that when I do listview Binding, all the other form bindings…
-
0
votes2
answers582
viewsA: Navigation with Xamarin Forms standard MVVM
For those who have the same difficulty as me, I found a great tutorial, worth giving a check... http://xamarinbr.azurewebsites.net/navegacao-entre-paginas-e-display-alert-com-mvvm-e-xamarin-forms/…
-
3
votes2
answers582
viewsQ: Navigation with Xamarin Forms standard MVVM
I recently started studying Xamarin Forms. I have a question that can be clarified here: how to navigate between pages using MVVM? Navigation should be on vm or in the view? Example <?xml…