Skip to content

Android Application based on Clean Architecture and Kotlin language. I tried to replace usage of RX Java and RX android with Coroutine

Notifications You must be signed in to change notification settings

abbasiehsan1991/Clean-Architecture-with-more-kotlin

Repository files navigation

AndroidCleanArchitecture

Sample Android application based on CleanArchitecture and MVVM pattern for it's presentation layer. This app has 3 main layer:

  • Domain
  • Data
  • Presentation

I Created this project by using of thses libraries and technologies :

  • CleanArchitecture
  • MVVM Pattern
  • Dagger2
  • Coroutine
  • LiveData
  • DataBinding
  • Room

Language

Kotlin

Author

abbasiehsan1991