# Create a Multiscreen App in Android

DevFeed: [Create a Multiscreen App in Android](<https://devfeed.tech/articles/create-a-multiscreen-app-in-android-11519.md>)

Original publisher: [Read original article](<https://www.kodeco.com/android/paths/multiscreen-app>)

Published: 2024-09-10T00:00:00Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [apps](<https://devfeed.tech/tags/apps.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [course](<https://devfeed.tech/tags/course.md>), [development](<https://devfeed.tech/tags/development.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [learn](<https://devfeed.tech/tags/learn.md>), [ui](<https://devfeed.tech/tags/ui.md>)

## AI overview

A learning path on creating a multiscreen Android app. It covers state management, responding to state changes, screen organization and navigation based on user state, and app architecture concepts including MVI and ViewModel.

## Source excerpt

State management is critical for developing apps. In this course, you'll learn how to listen and respond to state changes, and how to incorporate multiple screens into your app.