Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 안드로이드
- 안드로이드스튜디오
- 깃헙
- 의존성주입
- 스튜디오
- viewpager
- 안스
- error
- 레트로핏
- Github
- 안드로이드 스튜디오
- WebView
- ADB
- build
- GIT
- MVVM
- RecyclerView
- Retrofit
- Kotlin
- 에러
- Gradle
- studio
- 유튜브
- 코루틴
- coroutine
- 코틀린
- 웹뷰
- dart
- image
- Android
Archives
- Today
- Total
목록샌드위치 (1)
코딩하는 일용직 노동자
네트워크 Response 처리 라이브러리
안드로이드에서 주로 Retrofit2 를 이용해 네트워크를 구현하게 됩니다. 이때, API의 호출결과로 정상적이라면 200이 내려올것이고, 정상적이지 않다면 400, 404, 406, 500 등 다양한 Response가 올 수 있습니다. Response 처리를 도와주는 라이브러리가 있어서 소개합니다. Sandwich는 Retrofit Response를 모델링하고 예외를 처리하기 위한 API 라이브러리입니다. https://github.com/skydoves/sandwich GitHub - skydoves/sandwich: 🥪 A lightweight sealed API library for modeling Retrofit responses and handling exceptions. 🥪 A lightwe..
안드로이드
2022. 4. 19. 15:47