Maybe asked again but I am new in this channel. I ...
# rx
k
Maybe asked again but I am new in this channel. I have an question about Flowable vs Observable. I have read through the details and know the difference between backpressure aware and not backpressure aware. But now I want to use RxJava2 for my Http calls with Retrofit 2 and its adapter. My question is which type should I use. I am thinking about Observable but according to the main maintainer of the RxJava project on an stackoverflow thread(http://stackoverflow.com/questions/40323307/observable-vs-flowable-rxjava2) I should use Flowable as stated by his sentence "network and database accessors”.