1

Good day , I am using volley for registration and i am getting this error

com.android.volley.VolleyError: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference

here is my code link :- https://paste.ubuntu.com/25059096/

Harsh Singhal
  • 567
  • 4
  • 12

1 Answers1

10

If you are passing anyone of the parameter is null then also your response will be null. First check your parameters what you are passing.

Dhanumjay
  • 540
  • 7
  • 17