I have already done one project with volley and gson integrated. Now I am going to start new project with networking requirements. The requirement has login, signup with facebook, google etc and has a game part which needs to be real time(need to hit the api). Considering this, should I stick with volley and gson or should I try out retrofit or spring for android which supports oauth login to facebook, twitter etc or robospice? I am confused.
Please suggest with valid reasons.