In my app I have a question with 4 alternatives. Upon answering I would want the UI to show the right answer before navigating back to the previous ContentPage.
How can I do that "sleep" when the user taps the button (I'm using MVVM and Command). When tapping the button I want to update a label, wait 3 sec and then navigate.