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