일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Retrofit2
- Switch to the Play Referrer API by March 1
- java
- Android
- Rx자바
- 안드로이드
- hardcoded string search
- deprecating the install_referrer
- RX
- rxandroid
- android P
- RXjava
- 하드코드검색
- RxJava2
- andorid studio
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