Closed waynesford closed 9 years ago
Because Get
operation in StorIO returns infinitive Obserbable
!
Observable
from Get
operation observes changes in the DB/ContentProvider, so it can be used for constantly updates of the lists and other kinds of UI, just like Loaders API!
If you want to get result via Rx once, please use take(1)
or first()
:)
@waynesford feel free to ask questions if you have them! BTW we would like to keep GitHub issues for feature requests and bug reports if it's possible, you can ask questions about usage patterns of StorIO on StackOverflow with storio
tag (we watch this tag) :)
thanks @artem-zinnatullin, it's good to know you guys are watching the storio
tag!
I'm closing this issue, feel free to comment if you have something to say :)
I've taken the example inside TweetsFragment from the sample app and modified it slightly to show what I mean.
inner.doOnCompleted
will log successfully, butouter.onComplete()
does not get called: