Is there any way to signal an Observable to produce more data?
I have a buffered Observable that produces 10 items and i want it to continue producing more items only when i want to.
To be more specific, i have an infinite scrolling Recycler View, i want to produce more items only when i continue scrolling to the end.