Morfly / MultiModuleMovies

Multi-Module Movies is a The Movie DB project that demonstrates how to build a scalable multi-module architecture for Android apps that use Jetpack Compose.
MIT License
154 stars 24 forks source link
android architecture compose dagger2 multi-module multimodule navigation

Multi-Module Movies

Multi-Module Movies is a The Movie DB project that demonstrates how to build a scalable multi-module architecture for Android apps that use Jetpack Compose.

image screenshots

How to build locally

Add your API key in local.properties file.

tmdb_api_key=API_KEY

Materials

Learn more about this project from the publications linked below.

Architecture

The project implements a scalable multi-module architecture that aims to achieve the following goals:

All the project modules could be separated into 3 types:

Feature module architecture