0

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.

Trevor Hickey
  • 36,288
  • 32
  • 162
  • 271
Learner_Programmer
  • 1,259
  • 1
  • 13
  • 38

2 Answers2

1

You may consider using Retrofit for your networking requirements.

I am using Retrofit library with REST Api and it works pretty fast.

please look at : Using Retrofit in Android

I hope it helps

Community
  • 1
  • 1
Rajesh Jadav
  • 12,801
  • 5
  • 53
  • 78
0

I think you have to use default classes then the libraries for transmitting the data. Libraries have some restriction. and you can use the gson library . no issue in that to use the gson.