How to update badge counter in Parent tab page xamarin forms
问题 I have a App that uses tabbed pages, In the xaml of the Parent tab page I populate all my other tab pages, I have a viewmodel that binds to the Parent tab page and viewmodels for each of the other Tab pages. I have a badge on one of the tabs that has a counter which shows how many messages there are. I am having trouble updating the counter. So I have a call to retrieve the amount of unread messages from the database which is populating into the counter on app load. When i Navigate to view