All Projects → Tlaster → PreCompose

Tlaster / PreCompose

Licence: MIT license
Compose Multiplatform Navigation && ViewModel

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to PreCompose

D-KMP-sample
D-KMP Architecture official sample: it uses a shared KMP ViewModel and Navigation for Compose and SwiftUI apps.
Stars: ✭ 636 (+324%)
Mutual labels:  kotlin-multiplatform, jetpack-compose, compose-desktop
chip-8
Jetpack Compose and SwiftUI based Kotlin Multiplatform fork of https://github.com/cbeust/chip-8 (Chip-8 Emulator)
Stars: ✭ 36 (-76%)
Mutual labels:  kotlin-multiplatform, jetpack-compose, compose-desktop
ToDometer Multiplatform
WIP Kotlin Multiplatform project: A meter to-do list built with Android Jetpack, Compose UI Multiplatform, Wear Compose, SQLDelight, Koin Multiplatform, SwiftUI, Ktor Server / Client, Exposed...
Stars: ✭ 145 (-3.33%)
Mutual labels:  kotlin-multiplatform, jetpack-compose
Lastik
Kotlin Multiplatform + Jetpack Compose pet project, based on www.last.fm/api (in development)
Stars: ✭ 37 (-75.33%)
Mutual labels:  kotlin-multiplatform, jetpack-compose
Kodein Di
Painless Kotlin Dependency Injection
Stars: ✭ 2,692 (+1694.67%)
Mutual labels:  kotlin-multiplatform, compose-desktop
tv-maniac
Tv-Maniac is a Multiplatform app (Android & iOS) for viewing TV Shows from TMDB.
Stars: ✭ 55 (-63.33%)
Mutual labels:  kotlin-multiplatform, jetpack-compose
Notflix
Kotlin Multiplatform playground
Stars: ✭ 272 (+81.33%)
Mutual labels:  kotlin-multiplatform, jetpack-compose
kinsight-multiplatform
Kotlin Multiplatform Concept - iOS, MacOS, WatchOS (SwiftUI), Android (phone and Wear OS), JVM Web Server - Alpha Capture
Stars: ✭ 38 (-74.67%)
Mutual labels:  kotlin-multiplatform, jetpack-compose
Tachidesk-JUI
A Tachidesk Client built in Compose Multiplatform
Stars: ✭ 203 (+35.33%)
Mutual labels:  jetpack-compose, compose-desktop
LinuxCommandLibrary
1M+ downloads Linux reference app with basics, tips and formatted man pages
Stars: ✭ 333 (+122%)
Mutual labels:  kotlin-multiplatform, jetpack-compose
karavel
Lightweight navigation library for Compose for Desktop
Stars: ✭ 55 (-63.33%)
Mutual labels:  jetpack-compose, compose-desktop
StarWars
Minimal GraphQL based Jetpack Compose, Wear Compose and SwiftUI Kotlin Multiplatform sample (using StarWars endpoint - https://graphql.org/swapi-graphql)
Stars: ✭ 165 (+10%)
Mutual labels:  kotlin-multiplatform, jetpack-compose
Jetpack-Compose-Theme-Configurator
Desktop Application to setup/configure your Jetpack Compose Color/Theme Palette
Stars: ✭ 50 (-66.67%)
Mutual labels:  jetpack-compose, compose-desktop
DagashiApp
Unofficial Android Dagashi Android/iOS app.
Stars: ✭ 32 (-78.67%)
Mutual labels:  kotlin-multiplatform, jetpack-compose
kmm
Rick & Morty Kotlin Multiplatform Mobile: Ktor, Sqldelight, Koin, Flow, MVI, SwiftUI, Compose
Stars: ✭ 52 (-65.33%)
Mutual labels:  kotlin-multiplatform, jetpack-compose
wordle-kt
Wordle game clone made with Kotlin & Compose
Stars: ✭ 33 (-78%)
Mutual labels:  jetpack-compose, compose-desktop
Compose-ToDo
A fully functional Android TODO app built entirely with Kotlin and Jetpack Compose
Stars: ✭ 130 (-13.33%)
Mutual labels:  jetpack-compose, compose-navigation
Delish
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
Stars: ✭ 356 (+137.33%)
Mutual labels:  jetpack-compose, compose-navigation
Scout
Scout is a kotlin multiplatform application that allows users to search and save games to lists to be browsed later.
Stars: ✭ 28 (-81.33%)
Mutual labels:  kotlin-multiplatform, jetpack-compose
kmm-production-sample
This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you can download it from the App Store and Google Play. It's been designed to demonstrate how KMM can be used in real production projects.
Stars: ✭ 1,476 (+884%)
Mutual labels:  kotlin-multiplatform, jetpack-compose

PreCompose

Maven Central compose-jb-version license

badge-Android badge-iOS badge-JVM badge-macOS badge-web

Compose Multiplatform Navigation && ViewModel, inspired by Jetpack Lifecycle, ViewModel, LiveData and Navigation, PreCompose provides similar (or even the same) components for you but in Kotlin, and it's Kotlin Multiplatform project.

Why PreCompose

  • Write your business logic and UI code once in one commonMain, and your application can be anywhere, powered by Kotlin and Compose!
  • If you familiar with Jetpack Lifecycle, ViewModel and Navigation, there will be nothing to learn.
  • Super easy to set up.
  • No need to write platform-specific code and UI.
  • Lifecycle is handled by PreCompose, you don't need to worry about it.

Setup

Setup guide for PreCompose

Components

Sample

Credits

Thanks Jetbrains for supporting open source software

JetBrains Logo (Main) logo.

LICENSE

MIT License

Copyright (c) 2021 Tlaster

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].