Hi , I have a pretty simple question: If I use an ...
# rx
v
Hi , I have a pretty simple question: If I use an CompositeDisposable in Android, inside a class that is Lifecycle independent, do I still need to dispose the bag, or do the Subscriptions get Disposed automatically while Garbage Collection?