bembem1011
Results
2
issues of
bembem1011
If in ActivityA, it keep reference to ``` private val subjectA: PublishSubject = PublishSubject.create() private var dispose: Disposable? = null ``` Does we need to call onComplete() method of subject...
Our teams are debating whether we should pass parameter WeakReference to method of ViewModel or not. I see in the google's document said > Note: Since the ViewModel outlives specific...