Skip to content

jemmycalak/movie-app-cleancode

Repository files navigation

Movie-Apps

Screenshoots

Screenshot Screenshot ScreenshotScreenshot Screenshot

Structure & Concept

  • JDK 1.8
  • MVVM + Data binding
  • Multi-modules
  • Navigation Component
  • ViewModel
  • LiveData
  • Room
  • Coroutines
  • Koin
  • Mockk

Main Modules

App

You can basically leave this one out. App Module is now as small as possible and only used as entry point.

Data

This is your module for your data source. Connect to your API, manage cache, creating entities happened here.

Features

Each feature must be contained in a separate gradle module.

Navigation

This is used for routing purposes, especially between modules.

Common

Contains reusable classes and resources that you can use in another modules. We have already added some useful common features that you will need to start your project.

Technical details

This app uses Kotlin as the main language. The main libraries used in this repository are :

App

  • Jetpack - Jetpack is a suite of libraries, tools, and guidance to help developers write high-quality apps easier.
  • Retrofit - A type-safe HTTP client for Android and Java
  • Koin - A pragmatic lightweight dependency injection framework for Kotlin developers. Written in pure Kotlin
  • OkHttp - HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidth.
  • Room - Persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages