Open Macchha opened 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?
Try this. https://github.com/panxw/android-volley-manager
See #92
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?