Skip to content
/ StarWars Public template

Minimal GraphQL based Jetpack Compose, Wear Compose and SwiftUI Kotlin Multiplatform sample (using StarWars endpoint - https://graphql.org/swapi-graphql)

License

Notifications You must be signed in to change notification settings

joreilly/StarWars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

34ac90f · Dec 23, 2024
Dec 21, 2024
Oct 5, 2024
Apr 18, 2021
Oct 5, 2024
Dec 21, 2024
Dec 21, 2024
Oct 5, 2024
Dec 21, 2024
Oct 5, 2024
Dec 27, 2021
May 10, 2021
Apr 18, 2021
Dec 23, 2024
Jul 8, 2024
Dec 21, 2024
Oct 5, 2023
Mar 16, 2023
Mar 16, 2023
Oct 5, 2024

Repository files navigation

StarWars

kotlin-version

Minimal GraphQL based Jetpack Compose, Wear Compose and SwiftUI Kotlin Multiplatform sample (using StarWars endpoint - https://graphql.org/swapi-graphql). Makes use of Apollo library and in particular it's Kotlin Multiplatform support.

Screenshots

StarWars Screenshot

Test GraphQL backend

The repo includes a small test GraphQL backend implemented using GraphQL Kotlin. Run locally using ./gradlew bootRun

Full set of Kotlin Multiplatform/Compose/SwiftUI samples