android-clean-architecture-boilerplate
android-clean-architecture-boilerplate copied to clipboard
An android boilerplate project using clean architecture
App can't load data from the URL , gives 404 https://joe-birch-dsdb.squarespace.com/s/team.json
Hi, one question related to domain project/module... Can you explain a little bit more what is a reason that use-cases and domain logic are in the same module, shouldn't it...
> The layer defines the Bufferoo class but no mapper. This is because the Domain layer is our central layer, it knows nothing of the layers outside of it so...
The use cases assume the caller is also the receiver of the data. In most cases, the presenter will call the use case and wait for the result to return...
Presentation gradle has : def presentationDependencies = rootProject.ext.cacheDependencies def presentationTestDependencies = rootProject.ext.cacheTestDependencies but I guess that this has to be something like : def presentationDependencies = rootProject.ext.presentationDependencies def presentationTestDependencies =...
Hello guys !! I've seen that BrowseActivitySubComponent is not used and only makes the dependency injection with Dagger harder to understand. Maybe we can remove this file. Thanks for this...
Hi, Thank you for such interesting project sample. There seems to be a problem with androidTest from _mobile-ui_ module. It doesn't seem to work on KitKat version of OS. >...
Hello! Once again thank you for this project. I've realised you are using `@Inject constructor' to the `BrowseBufferoosPresenter` Is this gonna be neccesary somewhere? I mean, you're well providing the...
First of all, congratulations for this fantastic project. This is an easy one: The comment I mentioned is wrong. It seems that it's been copied from method `fun dispose()` Regards,...
I want to add a child fragment to my fragment, but I can not figure out how to do it. Is there some body can help me ? Pleazzzzzzz