cheewr85 / Kotlin-Android-Basic

CodeLab 기반으로 기본기 다시보기
3 stars 0 forks source link

Coroutines #27

Closed cheewr85 closed 2 years ago

cheewr85 commented 2 years ago

[질문]

Coroutine과 관련하여 비동기 처리와 엮어서 Thread 환경을 기반으로 정리하기

++ 추가로 다른 비동기 처리 방식에 대해서 알아보기(RxJava 등)

cheewr85 commented 2 years ago

참고

공식문서 비동기 구현

cheewr85 commented 2 years ago

image


참고

RxJava란 RxJava 시작하기 RxJava 프로그래밍

cheewr85 commented 2 years ago

참고

RxJava to Coroutine 비동기 코드 구현

cheewr85 commented 2 years ago

참고

공식문서 Coroutine Flow LiveData와 Coroutine Flow