Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Approaching Clean Architecture in Android w/ Ko...

Approaching Clean Architecture in Android w/ Kotlin

Speech for Kyiv Kotlin Night. #KNightKyiv #Kotlin #Kyiv

Artyom Dorosh

March 24, 2018
Tweet

More Decks by Artyom Dorosh

Other Decks in Programming

Transcript

  1. About me • 4+ years in Android Development • Writing

    in Kotlin since the late beta • Helping people at StackOverflow • Making cool stuff at themind.io 2
  2. 3

  3. CA is • Independent of Frameworks • Testable • Independent

    of UI • Independent of Data Sources 11
  4. The Scheme Entities Use cases Presenters UI DB Network Domain

    logic Business Rules Interface Adapters Frameworks & Sources Dependency Rule 12 Gateways
  5. 32

  6. 33

  7. 34

  8. 35

  9. 36

  10. 38