[안드로이드] Retrofit2를 사용한 GET/POST 서버통신 with Kotlin
Retrofit 2란? Retrofit은 Square에서 만든 라이브러리입니다. Android에서 HTTP API통신을 원할하고 편하게 사용하게 해줍니다. Github : github.com/square/retrofit square/retrofit A type-safe HTTP client for Android and the JVM. Contribute to square/retrofit development by creating an account on GitHub. github.com Retrofit 사용하기 위한 Android 권한 설정 build.gradle (APP 수준) // Retrofit implementation 'com.squareup.retrofit2:retrofit:2.9.0' imp..
2021.03.22