I have an app that uses a web view to display a page, but the web server sometimes goes offline due to various reason I can't control...
When the server crashes, the web view in my app does not open anything and shows only a blank screen... I want in this case, instead of showing a blank screen, that my app could display a message like "The server is offline, please try again later"
How can I do that in Android Studio?
Thanks for the help!