DecadeOfMovies

Additional

Language
Kotlin
Version
1.0.0 (Jun 1, 2021)
Created
May 30, 2021
Updated
May 31, 2021 (Retired)
Owner
Muhammad Nouman (chnouman)
Contributor
Muhammad Nouman (chnouman)
1
Activity
Badge
Generate
Download
Source code

Decade of Movies App


Demo Application to understand the architecture of MVVM App with Unit tests

Build Instructions

The gradle build system will fetch all dependencies and generate files you need to build the project. After this select device and run it.

You can use Android Studio by importing the project as a Gradle project.

Directory structure

`|-- base                            # base module (contains providers and streamer)
 |    |-- build.gradle               # base build script
 |    `-- src
 |          |-- main
 |                |-- assets         # base module assets
 |                |-- java           # base module kotlin code
 |                `-- res            # base module resources

Features :

  • Using MVVM (Model-View-ViewModel) Architecture
  • Using Room Persistence for local database
  • Using Koin for Dependency Injection (ViewModels, WebService and Preferences)
  • Using Retrofit to request api network
  • Using Glide for loading image from url
  • Using RxJava3 for Threading
  • Using JUnit4 with Mockito to write Unit tests
  • Using JUnit4 with Espresso for UI Testing

Dependencies :

Author

M Nouman