Appyx is a modern navigation and UI framework for Jetpack Compose and Compose Multiplatform that introduces a model-driven approach to building application navigation and interactive interfaces. Unlike traditional navigation libraries that rely on predefined patterns such as back stacks, Appyx allows developers to define their own navigation models, giving them full control over how screens and UI elements transition and interact. This model-driven paradigm separates navigation logic from UI rendering, making navigation state testable, reusable, and easier to maintain in large applications. The framework also supports advanced transition animations and gesture-driven interactions, enabling developers to create highly dynamic and visually rich user experiences beyond standard navigation flows.
Features
- Model-driven navigation with custom navigation states
- Type-safe navigation defined directly in code
- Gesture-driven interactions and transitions
- Support for Compose Multiplatform environments
- Custom animation handling using Compose modifiers
- Composable architecture with reusable UI components