
Android/Study
[Android] Retrofit의 내부구조와 동작 알아보기
참고 링크가 원문이다. 이번 포스팅은 사실상 내가 보기 좀 더 편하게 정리를 한 것 뿐이다.잘못된 내용은 댓글로 남겨주시면 감사하겠습니다. Retrofit Githubhttps://github.com/square/retrofit GitHub - square/retrofit: A type-safe HTTP client for Android and the JVMA type-safe HTTP client for Android and the JVM. Contribute to square/retrofit development by creating an account on GitHub.github.com Retrofit2Retrofit2는 서버와 클라이언트(Android) 간 HTTP 통신을 간편하게 처리하기 위해..