We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2021.05.27 - 201911019 최현민
안드로이드에서 HTTP로 통신하기 위한 과정을 단순화
스레드를 써가면서 네트워크를 구축하지 않아도 됨
유명 라이브러리 Volley, Retrofit, OkHttp3 등이 있음
네트워크 구축시 필요한 쿠키, 캐시등을 지원해주고 예외 상황에 대한 풍부한 리소스를 제공함
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Week 07 OkHttp()에 대하여 알아보자
2021.05.27 - 201911019 최현민
과제 설명
OkHttp와 Retrofit 차이
OkHttp
안드로이드에서 HTTP로 통신하기 위한 과정을 단순화
스레드를 써가면서 네트워크를 구축하지 않아도 됨
유명 라이브러리 Volley, Retrofit, OkHttp3 등이 있음
네트워크 구축시 필요한 쿠키, 캐시등을 지원해주고 예외 상황에 대한 풍부한 리소스를 제공함
The text was updated successfully, but these errors were encountered: