Skip to content

orbit-mvi/orbit-sample-posts-multiplatform

Repository files navigation

Orbit Sample - Posts Multiplatform

This sample implements a simple master-detail application using Orbit MVI.

Shared code

Android app code

  • Navigation between the list and the detail view uses Jetpack's Navigation. PostListViewModel posts a side effect which PostListScreen observes and sends to the NavController.

  • The state is accessed in the screens through a Flow.

  • Jetpack Compose is used to render layouts throughout.

iOS app code

To Do

  • Saved state is not currently supported

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published