# Modularization - Real-life example

DevFeed: [Modularization - Real-life example](<https://devfeed.tech/articles/modularization-real-life-example-28679.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2019/04/02/modularizationexample/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2019-04-02T00:00:00Z

Content type: tutorial

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [modules](<https://devfeed.tech/topics/modules.md>), [navigation](<https://devfeed.tech/topics/navigation.md>), [App](<https://devfeed.tech/topics/app.md>), [test](<https://devfeed.tech/topics/test.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [blogs](<https://devfeed.tech/tags/blogs.md>), [code](<https://devfeed.tech/tags/code.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [modularization](<https://devfeed.tech/tags/modularization.md>), [modules](<https://devfeed.tech/tags/modules.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [sample](<https://devfeed.tech/tags/sample.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [test](<https://devfeed.tech/tags/test.md>)

## AI overview

This tutorial presents a practical example of a multi-module application architecture. It examines the resulting application structure, navigation graphs, staged rollouts, testing, and a production application using the architecture.

## Source excerpt

With a clear view on how multi-module apps should be architected, let's dive into a real-life practical example. We'll discover how the architecture results in a clear application structure, how navigation is handled, how to use staged rollouts, how to test everything and even look at a production app that is using this architecture.