android2ee (Seguy Mathias)Starting with ComposeCompose is the “new” way to create views in Android and is a big change in the way to think about UI in android; mainly because we do not…Mar 15Mar 15
android2ee (Seguy Mathias)Chapter 9: Observable’s action operatorsWe will see the following actions on Observables: To manage emitted events (we’ll see that’s not absolutely true) :Jan 5, 2021Jan 5, 2021
android2ee (Seguy Mathias)Chapter 8: Observable’s collection transformers operatorsWe will see the following operators on Observables:Jan 5, 2021Jan 5, 2021
android2ee (Seguy Mathias)Chapter 7: Observable transformers operatorsWe will see the following operators on Observables:Jan 5, 2021Jan 5, 2021
android2ee (Seguy Mathias)Chapter 6: Observable operatorsWe will see the following operators on Observables:Jan 5, 2021Jan 5, 2021
android2ee (Seguy Mathias)Chapter 5: Disposables and Specific Observables: Single/MayBe/CompletableWe will see that every Observable is a Disposable object when subscribed. It will show us how to stop an Observables when no more…Dec 2, 2020Dec 2, 2020
android2ee (Seguy Mathias)Chapter 4: Observable simple creatorsWe will see a list of methods to create Observables. We already have seen:Dec 2, 2020Dec 2, 2020
android2ee (Seguy Mathias)Chapter 3: What happened when several observers subscribe to the same Observable?Cold Observable always emits the same set of data. You should think at it as a book. When you start reading the book, every readers will…Dec 2, 2020Dec 2, 2020
android2ee (Seguy Mathias)Chapter 2: ObserverCreating an Observer to listen for the data stream of observable. Let’s suppose we have the observable from chapter one:Dec 2, 2020Dec 2, 2020
android2ee (Seguy Mathias)Chapter 1: ObservableIn this chapter we create Observables in a simple way. By the way the rule to observe them is: observable.subscribe(observer); But…Dec 2, 2020Dec 2, 2020