Volley - http request in blocking way

前端 未结 5 1389
时光说笑
时光说笑 2020-12-09 04:13

I\'m learning how to use Google Volley these days. It\'s very convenient for fast networking. It seems that all the requests are running in background in Volley. For example

5条回答
  •  既然无缘
    2020-12-09 04:47

    If you want to do something exactly after the Volley request, use a callback listener onSuccess (SignUpResponseListener in that case) and put the code there. This is the best practice.

提交回复
热议问题