rxlifecycle
-
RxLifecycle 라이브러리ReactiveX 2021. 8. 22. 11:50
이 라이브러리는 불완전한 구독으로 인해 메모리 누수가 발생할 수있는 Android에서 유용하며 안드로이드의 라이프 사이클에 맞게 Observable을 관리할 수 있는 Components를 제공한다. 설정 app/build.gradle 파일에 종속 항목을 추가 // If you want pre-written Activities and Fragments you can subclass as providers implementation 'com.trello.rxlifecycle4:rxlifecycle-components:4.0.2' // If you want pre-written support preference Fragments you can subclass as providers implementation ..