misrakli

Results 14 comments of misrakli

Both from Android Studio and command line (gradlew test).

Indeed the problem is the missing styling. I have a multimodule project setup, where all my business logic (activities, fragments) and presentation layer components (style, resources) are in a android...

I forked the project but cannot reproduce it for now, too. Maybe I have to add more and more "features" from my real project.The main difference i think is using...

but the data layer is not aware of which operations on data should be handled atomic, i think thats a detail to the usecase and even to the presentation. But...

I already read the article , but i think i couldn't describe my problem in a clear way. As i understood the domain layer should instruct the data layer to...

I dont think that there is a contradiction, one thing is the implementation detail in the data layer like using a SqtLiteTransaction or whatever, the other thing is to pack...

Imagin following use case. You have a flow of screen with tasks where the user can modify (insert, update, delete) data from different domain entities. At the last screen you...

@android10 well the question now is how could the domain layer do this transactional operation. in my approach there is a _call(Callable c)_ in the interface to the data layer....

@Aetheus Nice to hear that there is still interest on this party :-) The only 'clean solution' we found for us is really to provide a run(Runnable r) in the...