Missing field inside responseLitsner - Android Studio

后端 未结 1 1893
长情又很酷
长情又很酷 2021-01-25 04:17

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

相关标签:
1条回答
  • 2021-01-25 05:02

    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.

    0 讨论(0)
提交回复
热议问题