0

I'm making an android app using login / register. I found some tutorials and I wanted to know if android.volley (lib) is not deprecated.

Steeven_b
  • 747
  • 2
  • 10
  • 22
  • Why would it be? More importantly, if it works, why does it matter? Deprecated doesn't necessarily mean something is bad. – OneCricketeer Nov 24 '15 at 17:37
  • I mean If I build a new app, it's always better to use last technologies ==> easier to maintain, easier to update. – Steeven_b Nov 24 '15 at 17:52
  • http://stackoverflow.com/questions/32472263/apache-http-client-removal-from-api23-will-that-have-an-effect-on-volley – Daniel Nugent Nov 24 '15 at 17:52
  • Possible duplicate of http://stackoverflow.com/questions/31952152/android-networking-library-is-it-still-worth-using-volley – trincot Nov 24 '15 at 18:53
  • @cricket_007 deprecated says we have a better technology beyond that.so it's necessary to bounce for better performance right :) – Anoop M Maddasseri Nov 25 '15 at 06:07

1 Answers1

0

Some of the things in Volley have been deprecated and replaced by new one's. I'm guessing you were trying to use ImageRequest with that tutorial. Here is the link to the new constructor for example at the time of my writing this.

Mayank
  • 1,364
  • 1
  • 15
  • 29