on 2023 Aug 17 12:00 PM
What are the ways trough which runtime exceptions (eg. network goes off, device orientation changes) can be gracefully handled, unknown scenarios that should not crash application.
There is no universal error handler if the application crashes or some unexpected error happens, but for network connection, you can add error handling in the app's logic for when a request errors because of no network, or if using systemVars you catch a situation where the network connection has cut off.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.