Hello, I'm trying to integrate a form validation ...
# coroutines
s
Hello, I'm trying to integrate a form validation on my app. Usually I was doing that with RxJava using PublishSubject and Compose to combine all the observed editText and check once the user click on a button. How could you do the same thing using coroutines?
c
s
@Cody Engel Thanks a lot, i'll take a look at it.
🙇‍♂️ 1