Why does my kotlin android app crash after receiving response on JsonArrayRequest? Is there any error in my code?
Why does my kotlin android app crash after receiving response on JsonArrayRequest? Is there any error in my code? Problem Description: I get no errors in building the app but when the app finally launches, it crashes right after response is gotten from the JsonArrayRequest() function. these are my logcats: logcat 1 logcat 2 FATAL … Read more