hi guys im trying to implement Login\\Register in android using Volley
and im using JSONObject and Repose.listener, and when im outside the listener all is good ad show here
I see you call a response, before even calling the Login. Where is it coming from? You seem to call the response (Response.Listener) before even sending the request (LoginRequest) in the bLogin.setOnClickListener. Please try to reverse them.