I have any app that uses a background service. And sometimes the service will encounter an error. When this happens it is VERY important that I interrupt what the user is doing and display the error to the user and they have to acknowledge the error before they can resume their activity in the app.
I can't use Toastmessage because that disappears after a few seconds.
So, what is the recommended way to display a message (such as a msgbox) to the user no matter what activity they are currently using?
I can't use Toastmessage because that disappears after a few seconds.
So, what is the recommended way to display a message (such as a msgbox) to the user no matter what activity they are currently using?