bufferapp / clean-architecture-koin-boilerplate

A fork of our clean architecture boilerplate, this time using Koin
MIT License
331 stars 52 forks source link

Domain Layer question #11

Open chjaeggi opened 5 years ago

chjaeggi commented 5 years ago

I like your example a lot and I want to take it as a template for my own app (that fetches board game infos). I was wondering (with regard to clean architecture and 3 tier architecture) whether there is no domain layer (pres-domain-data) or if you just didn't highlight it specifically (like in your first clean-android-architecture example).

Thank you very much, Christian