I know I can add them to compositeDisposable object and then clear it later, but do I have just 1 compositeDisposable for the whole app or per activity?
stackoverflow 4
d
dave08
11/14/2017, 7:24 AM
You could look into thirtyinch mvp on GitHub, it has an rx plug-in that handles the lifecycle part...