Clean architecture in Android
Android Clean Architecture is typically divided into three layers: Presentation, Domain, and Data. flowchart LR Domain ~~~ Data --> Domain Data ~~~ Domain UI-Layer --> Domain 1. Pre...
Android Clean Architecture is typically divided into three layers: Presentation, Domain, and Data. flowchart LR Domain ~~~ Data --> Domain Data ~~~ Domain UI-Layer --> Domain 1. Pre...
Fail fast fail last Design pattern Constraint layout bad practices, barrier, group Lazy and lateinit Abuse extenstion function Function parameter best practices Pre hook, run test befor...
1. What is Clean Architecture? Clean Architecture is software development philosophy that provides developers with a way to organize codes base on key princiles. 2. Key principles of Clean Archit...