python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
RxJava 3: How to use Futures with Observables/Singles
I'm relatively new to RxJava and I'm curious about how to use Futures with RxJava's Observable and/or Single. What I'm trying to make is a system to connect to a MongoDB database and load MongoDB coll...
Atlas
Votes: 0
Answers: 0
Why is a wrapper necessary for a LiveData value?
I was looking at the JetSurvey project (Android Jetpack Compose sample project) and noticed that they created a class to wrap the LiveData value in their ViewModel class. Here is the class I'm talking...

ctkim
Votes: 0
Answers: 1
How to avoid last piped ErrorObservable
I need to re-try an action for 5 times, then, if it has success, return his value, but if all 5 attempets fail, i need to throw an error.
I wrote this following, but it does not work because always en...
Andrea Scarafoni
Votes: 0
Answers: 2
switchmap complains not returning but thought i was
here is the error:
ERROR TypeError: You provided 'undefined' where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.
Here is the code
publicresourceuploadtos3(event): ...
Christopher Jakob
Votes: 0
Answers: 1