
How to use Apache HTTP client in Android API 23
By Buddha Saikia | December 1, 2015 |
Hi there! Are you trying to set target sdk as 23 in your app which is using Apache HttpClient for all the network related operations? If yes, here is a bad news. Android 6.0 (API Level 23) release removes support for the Apache HTTP client. Hence you can not use this library directly in API … Continue reading “How to use Apache HTTP client in Android API 23”
Read More