Adding a domain layer - Wann und wie man in Apps auch ein Domain-Layer einführt.
# androidIn Android app architecture, the domain layer holds business logic — the rules that dictate how the app works. For the remainder of this article, I’ll use the term “logic” to refer to “business logic”, as opposed to “UI logic” or any other form of logic.