Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.14 KB

File metadata and controls

49 lines (35 loc) · 2.14 KB

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