kmp-viewmodel
There are 19 repositories under kmp-viewmodel topic.
dbaroncelli/D-KMP-sample
D-KMP Architecture official sample: it uses a shared KMP ViewModel and Navigation for Compose and SwiftUI apps.
KhubaibKhan4/Youtube-Clone-KMP
YouTube clone using Kotlin Multiplatform. It supports the Android, iOS, Web and Desktop Application. A better version of Original Applications.
hoc081098/GithubSearchKMM-Compose-SwiftUI
🍭 GithubSearchKMM - Github Repos Search - Android - iOS - Kotlin Multiplatform Mobile using Jetpack Compose, SwiftUI, FlowRedux, Coroutines Flow, Dagger Hilt, Koin Dependency Injection, shared KMP ViewModel, Clean Architecture
hoc081098/kmp-viewmodel
🔆 Kotlin Multiplatform ViewModel. Kotlin Multiplatform MVVM. Common/Shared ViewModel in Kotlin Multiplatform - A Kotlin Multiplatform library that provides shared MVVM for UI applications. Components are lifecycle-aware on Android. Supports Android Parcelable, Kotlin Parcelize, AndroidX SavedStateHandle for restoring state after process death.
pablichjenkov/macao-sdk
Micro framework to build Compose Multiplatform Apps.
Coding-Meet/News-KMP-App
News Kotlin Multiplatform project designed to target Android, iOS, Windows, macOS, Linux platforms.
hoc081098/solivagant
🔆 Compose Multiplatform Navigation library - 🌸 Pragmatic, type safety navigation for Compose Multiplatform. Based on Freeletics Khonshu Navigation. ♥️ ViewModel, SavedStateHandle, Lifecycle, Multi-Backstacks, Transitions, Back-press handling, and more...
Kotlin-Multiplatform-Foundation/kotlin-channel-event-bus
A Kotlin Multiplatform library that provides a simple event bus implementation using KotlinX Coroutines Channels. Multi-keys, multi-producers, single-consumer and thread-safe event bus backed by kotlinx.coroutines.channels.Channels
pablichjenkov/macao-marketplace
Server driven UI experiment
hoc081098/Compose-Multiplatform-KmpViewModel-Unsplash-Sample
Compose Multiplatform and Kotlin Multiplatform ViewModel sample
KhubaibKhan4/Wallpaper-KMP
Wallpaper Desktop Kotlin Multiplatform (Android, iOS, Desktop & Web). A KMP application for browsing and downloading wallpapers. Built using Kotlin Multiplatform, Compose Desktop, and Ktor.
KhubaibKhan4/News-KMP
News Kotlin Multiplatform Project developed using KMP, Shared UI. It supports Android, iOS, Web & Desktop Application. It uses the New York Times Rest API.
hoc081098/Compose-Multiplatform-Todo-solivagant-koin-Sample
Compose Multiplatform Navigation and Kotlin Multiplatform ViewModel sample. solivagant and kmp-viewmodel sample
OlgaDery/health_connect_multiplatform
KMM/KMP sample app using Kotlin coroutines, flows, viewmodel, SQLDelight as a local data storage), platform-specific location APIs and health data central repositories (HealthKit in iOS and HealthConnect in Android).
mahdizareeii/KotlinMultiPlatform
A sample kotlin multiplatform project
darian-catalin-cucer/KMP
The Knuth-Morris-Pratt (KMP) Algorithm is a string matching algorithm used to find the occurrence of a pattern string in a text string. It uses a preprocessing step to create a failure function to improve efficiency, making the KMP algorithm faster than other basic string matching algorithms.
darian-catalin-cucer/kmp-algorithm
The Knuth-Morris-Pratt (KMP) algorithm is a linear time pattern matching algorithm that efficiently searches for occurrences of a pattern in a text. It pre-processes the pattern to determine a partial match table which is used to quickly skip over sections of the text that cannot match the pattern.
Yazan98/KMM-Sopy
A Kotlin Multiplatform Mobile Library Utility Classes to Manage Domain Layer and Shared Logic in Mobile Apps