When we are in offline mode, and I launch the app ( create a new instance of application ), app is crashing and this is what I receive in Logcat :
HTTP FAILED: java.net.UnknownHostException: Unable to resolve host "host": No address associated with hostname
2019-05-09 15:32:51.531 32728-32728/com.example.android.devbyteviewer E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.android.devbyteviewer, PID: 32728
When we are in offline mode, and I launch the app ( create a new instance of application ), app is crashing and this is what I receive in Logcat :