Android-CleanArchitecture
Android-CleanArchitecture copied to clipboard
This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
When initiating a build on the command line, I am seeing a very old NDK warning. I have `ndk-bundle` installed. There is no `local.properties` file at project root. Log: ```bash...
Hi, It is not actual issue, just question. I am very interested in clean architecture, and my application is about playing audio files. I am about to rewrite my app...
Hello, if this project has player that can play the movie,which layer should mediaplayer be, Fragment, viewmodel or usecase? I searched on the internet and I can't find solutions, thanks.
As stated in Clean Architecture, dependencies should point only inwards. This separates layers in a way that they could be interchangeable easily and also decoupled (right?). In your case, you...
Back in time, there were limitations for configuring test frameworks to work all together in the same module on an Android Application, specially if your test battery included Acceptance, Integration...
Hello, dear CleanArchitecture team, first I have to thank you for this amazing open-source project to help out the community, secondly, I need to ask is there any video on...
why every layer has it's own user model? if I need change user model, I must change the three.
The rxjava seemed to make the domain not that clean.
Hello, This is intended to be more of an open discussion, than an actual issue. I want to add some Android specific components in the project, like the Bluetooth and...