Skip to content

Simple Android application with the Clean Architecture, Also used MVVM for presentation layer. Dagger, RXJava, RX Android and Android jetpack libraries used in this simple application too.

Notifications You must be signed in to change notification settings

abbasiehsan1991/AndroidCleanArchitecture

Repository files navigation

License

AndroidCleanArchitecture

This Repo is created based on NewsApi API.

This is simple Android application that created with The Clean Architecture and MVVM pattern for it's presentation layer.

There is 3 layer for this android application:

  1. Presentation
  2. Data
  3. Domain

Libraries used: 👽

  • RX Java and Android
  • Dagger2
  • Glide
  • Retrofit
  • Jetpack components like
    1. Data Binding
    2. Live Data
    3. Room

I you have any idea to fix this basic app please let me know that.