chronicle

eine chronik in blogs


2022.12
Adding a domain layer Adding a domain layer - Wann und wie man in Apps auch ein Domain-Layer einführt.

In 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.

# android