mcxiaoke / android-volley

DEPRECATED
4.29k stars 1.56k forks source link

Volley Marshmallow Support #111

Open Macchha opened 9 years ago

Macchha commented 9 years ago

In Android Marshmallow 6.0 SDK 23+ removes support for the Apache HTTP client https://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-apache-http-client. Is it possible to use volley with HttpUrlConnection for better performance and caching requested data?

thevirus20 commented 9 years ago

Try this. https://github.com/panxw/android-volley-manager

Nivl commented 9 years ago

See #92