Whenever you need an observer callback and you cre...
# android
c
Whenever you need an observer callback and you create your own, you are inventing your own third party solution. There's very little reason not to use an Rx observable instead (unless bringing the whole Rx library as a dependency is an issue).