Notice
Recent Posts
Recent Comments
Link
목록HttpClient (1)
이야기앱 세상
[Android Studio]Android API 23이상에서 제외된 HttpClient 사용하기
Android API 23이상에서 제외된 HttpClient 사용하기 HttpClient가 Android API 23이상에서 제외되었기 때문에 외부 라이브러리를 사용해야 한다. 아래 사이트로 이동하면 API22 이하 및 API23이상에서 HttpClient의 사용 방법을 알 수 있다.https://hc.apache.org/httpcomponents-client-4.5.x/android-port.html 특히 Android API23이상일 경우는 아래 사이트에서 정보를 얻을 수 있다.https://github.com/smarek/httpclient-android/wiki/Project-Introduction 위 사이트에 접속해서 설명을 확인해보면 안드로이드 스튜디오에 다운로드하기 위해 build.gradl..
IT/Android
2018. 10. 5. 22:27