I created a Xamarin forms application based on the tabbed page structure. There are around 5 tabs. 1 tabs has an entry. When I fill the entry, I want the other 4 tabs to show the entry in a label. How can I achieve this?
People usually say that you shouldn't bind multiple views to 1 viewmodel, each page should have it's own VM. If that's true, how can those views be updated? Should I refresh each tab when I navigate to it?