Retrofit2 사용법 핵심 정리 - Kotlin
샘플 앱 : github.com/seyoungcho2/APIRequest 환경 세팅 : 레트로핏을 사용하기 위해서는 3가지 파일을 변경 해야한다. 1. 모듈 수준의 build.gradle에 아래 implentation 3개 추가 dependencies { implementation 'com.squareup.okhttp3:logging-interceptor:4.2.1' // Logger Library implementation 'com.squareup.retrofit2:converter-gson:2.9.0' // Json을 받아와 자동으로 객체로 Convert implementation 'com.squareup.retrofit2:retrofit:2.9.0' // Retrofit Library ... } 2..
Android 개발/Libraries
2020. 12. 22. 23:30
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- HTTP 201
- sealed class enum
- Android
- ZonedDateTime
- LocalDateTime
- HTTP 400
- sealed class 안정성
- HTTP 204
- java
- REST API PUT
- sealed class 특징
- REST JSON
- 코틀린 also
- REST API HTML
- REST API POST
- HTTP 401 Unauthorized
- REST xml
- HTTP 404 Not Found
- sealed class 사용 방법
- Kotlin sealed class
- HTTP 100 Continue
- 500 Internal Server Error
- sealed class 1.5.0
- REST API란 무엇인가?
- sealed class 상속
- REST API GET
- kotlin
- REST API Plain Text
- HTTP 301 Moved Permanently
- Kotlin sealed class 상속
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함