Skip to content

Android clean code with architecture components and dagger in Kotlin !

Notifications You must be signed in to change notification settings

imrhk/clean-code-kotlin-android

Repository files navigation

Kotlin based Clean Architecture in Android

Sample Screenshot

Screenshot

Clean Android Architecture Sample App

  • Module based app [domain, data, presentation, ui]
  • Android Architecture Components
  • Dagger 2.16
  • Room
  • Retrofit
  • Glide
  • AndroidX

Installation

  • Clone the repo and open it in Android Studio 3.3 or above
  • Create a file secret_keys.gradle at root lavel. i.e. same folder as dependencies.gradle
  • Go to https://www.themoviedb.org/ for getting API Key
  • The content of the secret_keys.gradle would be
ext {
 tmdb_api_key = "<YOUR_API_KEY_FROM_TMDB>"
}

About

Android clean code with architecture components and dagger in Kotlin !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published