Some exapmle
JsonArrayRequest req = new JsonArrayRequest(...) {
@Override
protected Response<JSONArray> parseNetworkResponse(NetworkResponse response) {
.....
}
}
I don't know how it works. I am bit confused in this plase
JsonArrayRequest(...) {here}
First we call constructor then somehow override the method.
ps: sorry for the stupid question, I'm a Python Developer :)