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
- image
- 안드로이드스튜디오
- viewpager
- error
- 안드로이드 스튜디오
- GIT
- coroutine
- 코루틴
- MVVM
- 에러
- WebView
- 유튜브
- 코틀린
- Android
- 깃헙
- ADB
- 레트로핏
- Github
- Kotlin
- build
- 안스
- 웹뷰
- Retrofit
- Gradle
- 스튜디오
- studio
- dart
- 의존성주입
- 안드로이드
- RecyclerView
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