일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Android 12
- Android Jetpack
- Android Navigation
- 알고리즘 자바
- 안드로이드 갤러리 접근
- 66챌린지
- 영어독립365
- WebView
- 습관만들기
- Android WebView
- Android DataBinding
- scope function
- android recyclerview
- 안드로이드
- Android 12 대응
- 카카오 알고리즘
- OkHttp Interceptor
- 안드로이드 카카오 로그인
- Kotlin
- Android ProgressBar
- 영어공부
- Java
- Android
- Kotlin FCM
- Android ViewPager2
- 프로그래머스 알고리즘
- 안드로이드 fcm
- Android Interceptor
- MVP Architecture
- DataBinding
Archives
- Today
- Total
목록Android Retrofit Header (1)
Developer Geek
안드로이드 Retrofit Header 추가 Kotlin
Retrofit Configuration Retrofit is the class through which your API interfaces are turned into callable objects. By default, Retrofit will give you sane defaults for your platform but it allows for customization. @Headers 아래와 같은 형식으로 요청에 필수적인 값들을 Header에 담을 수 있다. BookService.kt @Headers( "Key-1: Value-1", "Key-2: Value-2", ..., "Key-N: Value-N" ) @GET("/books") fun getBooks(): Call Programmatica..
안드로이드
2022. 1. 19. 13:51