Spiros Economakis
Spiros Economakis
@johnwatsondev I absolutely agree. Basically in this resository Service (API) is coupled with data layer as a CloudDatastore.
@blackguardMask you can add extra dependencies in your constructor (mappers) which will map these objects. eg. ```java @Inject public Mapper(Mapper1, Mapper2) { } ``` Of course you should think if...
@Trikke so you are following a little bit different kind of building a UseCase. I mean according to this repo your implementation is a little bit different as you break...
Hi guys. thanks for mentioning @android10! I will go over the advantages to describe my thoughts as I am as supporter of the 3 modules/layer approach. **Scalability:** I think that...
@android10 very nice presentation by Matthias.
@android10 yes that's true, but how do you pass dynamics parameters for login process for example? I mean in this case there isn't a predefined parameter but you must setup...
@android10 please when you have free time it will be nice to give us a better approach by your side.
@android10 I know that is closed this issues but I want to know if our approach is acceptable. Currently we have multiple forms so for example I have an invite...
@MehdiChouag It's easier to keep the abstraction as it is with `buildUseCaseObservable()` but you can use this. Remember that in this method you must pass a Domain model not simple...
@MehdiChouag Yes of course I just send you the logic. This is depends in your case but as I said before it will be nice to use domain models to...