Closed bmax-moblin closed 8 years ago
The Repository block in the image (https://codelabs.developers.google.com/codelabs/android-agera/img/3ea52d24131744e6.png) contains three elements (Receiver, Observer, Supplier). It seems, that they correspond with the interfaces implemented by MyDataSupplier. Shouldn't the second element be Observable instead of Observer?
Yep, fixing now.
Fixed, thanks https://codelabs.developers.google.com/codelabs/android-agera/index.html?index=..%2F..%2Findex#5
The Repository block in the image (https://codelabs.developers.google.com/codelabs/android-agera/img/3ea52d24131744e6.png) contains three elements (Receiver, Observer, Supplier). It seems, that they correspond with the interfaces implemented by MyDataSupplier. Shouldn't the second element be Observable instead of Observer?