1 Repo
Applications built using Compose Multiplatform to share UI code across Android, iOS, and desktop.
Distinct from Multiplatform UI Libraries: Distinct from Multiplatform UI Libraries: focuses on full application implementations rather than reusable UI component libraries.
Explore 1 awesome GitHub repository matching software engineering & architecture · Compose Multiplatform Implementations. Refine with filters or upvote what's useful.
Tivi is a cross-platform application for discovering and tracking television shows, built with Kotlin Multiplatform and Compose Multiplatform to share its user interface across Android, iOS, and desktop platforms. The app follows the Model-View-Intent (MVI) architecture pattern, where user actions are modelled as sealed class intents that reduce into a single immutable state object, ensuring predictable and unidirectional data flow managed through Kotlin coroutines and StateFlow. The application uses Hilt for compile-time dependency injection and SQLDelight for type-safe local data storage, c
Builds its user interface using Compose Multiplatform to share UI code across platforms.