I am developing an UWP application. When user clicks on any control, if that control is taking longer time to execute its tasks I want to show an indication to the user like Operation is taking a long time, please wait with Images on the center of the screen. How can I do that in a UWP aplication?
I think here our UWP is working on Single Thread concept if I am right.
Please give me your suggestion to solve this issue.