Hitchhiker's Guide to Kotlin/Compose Multiplatform samples and libraries

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ส.ค. 2024
  • This talk will use the various Kotlin Multiplatform (KMP) samples I've been working on over the last 5+ years to provide a guided tour of some of the libraries/patterns used within them.
    It will include overview and examples of how the following KMP/CMP libraries are used in the samples:
    KMP
    - Ktor
    - SQLDelight
    - Apollo GraphQL
    - Realm Kotlin
    - Koin
    - Decompose
    - KMP-NativeCoroutines
    - KMMViewModel
    - SKIE
    - MultiplatformSettings
    CMP
    - Voyager
    - KoalaPlot
    - Window Size Class
    It will also cover examples from the UI which were developed using:
    - SwiftUI (on iOS, watchOS, and macOS)
    - Jetpack Compose (on Android and Wear OS)
    - Compose Multiplatform on Desktop, Web (using Wasm) and iOS (also includes examples of sharing Compose UI across multiple platforms).
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 3

  • @martinbonnin4261
    @martinbonnin4261 3 หลายเดือนก่อน +1

    Love the little owl 🦉😃

  • @galaxiegalaxie5003
    @galaxiegalaxie5003 3 หลายเดือนก่อน +1

    Nice content.Great.I love Voyager library for navigation. i feel kind of missing something on jetpack navigation. Will there be a survey on this how many percentage likes and dislike on these library. Also i am bit worried if voager dump support after 4-5 yrs but i love this library.😊. also i wish if jetbrain team officially support voyage out of the box.Thank you.

  • @frank4pickerson
    @frank4pickerson 2 หลายเดือนก่อน

    You said Conference data class in List is created based on what we have in the query at th-cam.com/video/znrE7j9L0yE/w-d-xo.html . What do we have in the query? To understand this, I want to know how GetConferencesQuery() is defined.