GithubTrending
GithubTrending copied to clipboard
Where should I handle Rxjava disposables?
Where should I handle Rxjava disposables in domain layer usecase "interactors" or ViewModels? What is better ?
I know that you can dispose when onCleared method on viewModel is called.