일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- RxJava2
- hardcoded string search
- RX
- rxandroid
- 안드로이드
- java
- Switch to the Play Referrer API by March 1
- Retrofit2
- 하드코드검색
- RXjava
- android P
- Rx자바
- deprecating the install_referrer
- andorid studio
- Android
Archives
- Today
- Total
목록Multiple base url (1)
Lucky Dog
[안드로이드] Retrofit2 Multiple base url
Retrofit2 Multiple base url Retrofit 에서 여러 개의 base url을 사용해야 하는 경우 아래와 같이 처리한다. RetrofitManager public class RetrofitManager { private static final String TAG = RetrofitManager.class.getSimpleName(); private static HttpLoggingInterceptor logging = new HttpLoggingInterceptor().setLevel(HttpLoggingInterceptor.Level.BODY); private static class LazyHolder { static final RetrofitManager INSTANCE = ne..
안드로이드
2019. 5. 24. 18:04