Fran Riádigos
Fran Riádigos
@lenguyenthanh If I'm not wrong, model transformations are performed in the `map()` function of an Observable. That function is performing on the Thread configured in the `subscribeOn()` function, which is...
@Trikke agree, putting `.compose(activity.bindToLifecycle())` inside a Use Case is going to break its boundaries, anyway I don't think Use Cases must expose Observables. @lenguyenthanh yep. The transformation should be inside...
No mention, because this probably can be a long discussion. If you are pulling new data when scrolling down a list, something usual, you may need to map every time...
Sure, but as I said `... I'm not specifying what kind of mapper is in the implementation.` of the Use Case. The mapper can map from one domain to another...
I finally realized it could be interesting to expose the Observable, so following the suggestion from @Trikke I refactored the UseCase abstract class to this one. I hope this helps...
Hi, I was wondering what could happen with this structure once the Android Instant App get released. I couldn't access the docs yet, due to the limited access for developers,...
What I mean is, for the instant build version to be done, would we need to create a separate module for that? I didn't see any sample yet, that's why...
I think you could access the testing phase from this link https://docs.google.com/forms/d/1S3MzsMVIlchLCqyNLaFbv64llxWaf90QSeYLeswco90/viewform?fbzx=-652575268842575597 Anyway thank you for the info @Trikke
IMO the data layer is probably the best place to add those specific functionalities you want. Have into account that actually you will collect `data` from the Sensors or certain...