HTTP1 Retrofit2 라이브러리 사용하기 1. Retrofit? Retrofit은 애플리케이션 통신에 사용되는 코드를 간편하게 사용할 수 있도록 도와주는 라이브러리이다. Json형식의 데이터를 주고받는다. 같이 사용되는 converter-gson이 있는데 이는 응답결과가 Json형식일때 객체로 변환해주는 아이이다. 만약 객체로 변환되지 않는 형태라면..? 그만 상상하자 Square에서 만든 라이브러리이다. Link -> https://devflow.github.io/retrofit-kr/ Retrofit - 한글 문서 A type-safe HTTP client for Android and Java devflow.github.io 2. gradle추가 최신버전 -> https://github.com/square/retrofit GitHub - s.. 2022. 4. 8. 이전 1 다음