Posts by user7791 • 76 points
5 posts
-
1
votes1
answer113
viewsA: How to view in a data listview via web api?
Hello, Just a tip, it would be much better to use the standard MVVM (Model-View-Viewmodel). I created a View(xaml) <?xml version="1.0" encoding="utf-8" ?> <ContentPage…
-
0
votes1
answer84
viewsA: When registering my class, it turns on the Onappearing method
Hello that plugin has been discontinued: https://github.com/rdelrosario/xamarin-plugins/blob/master/PushNotification/README.md For notification I use…
-
1
votes1
answer214
viewsA: Xamarin Forms MVVM Binding Listview
Hi, have you tried changing your Observablecollection to public? public class ListagemUsuarioViewModel : INotifyPropertyChanged { public ObservableCollection<Usuario> Usuarios { get; set; }…
-
2
votes1
answer1587
viewsQ: Create a fixed header and footer for all pages
How to create a header with the logo and menu, and a footer with some information, and this header and footer are the same for all pages? No CTRL + C / CTRL + V, because if I change any items, I…
-
1
votes1
answer236
viewsQ: PROBLEM WITH SQLITE - View with several selects
I have three tables that I have to take a dice in each to make an algorithm in the app, only I would like to know if there is a view that brings me this three data that are in the different tables.…