Is Android Volley Dead? -


i presently use volley network calls. but, google doesn't seem actively maintaining volley. heard google developed volley use play store app haven't mentioned in list of 3rd party libraries used. uses retrofit(looking @ benchmarks, retrofit seems better option), time quit using volley?

p.s: please don't post pros , cons of volley , retrofit

google doesn't seem actively maintaining volley

that depends entirely on how define "actively maintaining". development ongoing, can see looking @ the volley git repo, shows many commits on past year (as of time of writing).

google shipped an official volley artifact earlier year, version 1.0.0.

but haven't mentioned in list of 3rd party libraries used

google wrote play store app. google wrote volley. hence, google's standpoint, volley not third-party library. other google, volley third-party library.

almost uses retrofit

retrofit not equivalent volley. triad of square http libraries (okhttp3, retrofit, picasso) equivalent volley, , combination exceeds volley's capabilities.

based on questions here @ stack overflow, not believe "almost uses retrofit".

is time quit using volley?

nobody can answer other you. 1 decision criteria of importance you. 1 needs evaluate libraries meet criteria.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -