Android Retrofit with Coroutine

사용 버전: Android Studio 4.0.1

사용 언어: Kotlin 1.3.72


안드로이드 Retrofit with Coroutine을 알아보겠습니다.



Retrofit은 인터넷 API를 사용할 때 유용한 라이브러리입니다. 하지만 Retrofit은 background에서 작동되어야 목적에 부합할 겁니다.


Coroutine을 사용하여 뒤에서 작동하게 만들어보겠습니다.


Moshi를 사용한 상태입니다.



Call을 지우고 바로 타입을 적습니다.







ViewModel에 Job과 Scope를 만듭니다.






cancel도 적습니다.






Scope launch를 합니다.

Callback을 지우고 try, catch를 사용합니다.






결과입니다.




끝.



카테고리: Android

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Python OpenCV 빈 화면 만들기

Python bytes.fromhex()

Android Minimum touch target size

tensorflow tf.random.uniform()

KiCad 시작하기 2 (PCB 만들기)

tensorflow tf.expand_dims()

Forensics .pyc 파일 .py로 복구하기

Android Java 8+ Api desugaring

Android Notification with Full Screen