• Stars
    star
    118
  • Rank 299,250 (Top 6 %)
  • Language
    Kotlin
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Playground

๐Ÿงช Playground

Google Cloud Pre Merge Renovate

Last Commit Issues License

Android 8.0.0 Compose 1.4.0 Kotlin 1.8.20

Projects

Cloud Run [cloud-backend:cloud-run]

Experimental JVM

Dominion App [dominion-app]

Alpha Desktop Android

Events App [events-app]

Alpha Desktop Android

Original multiplatform application to demonstrate the capabilities of the included Kotlin libraries and tools.

Formerly exclusively for Android, but now configured for Desktop application, and iOS soon to follow.

Application purpose is to view upcoming Android conferences, and allow collecting of virtual lanyards.

Structure

stateDiagram-v2
    AppLauncher --> DominionApp
    AppLauncher --> EventsApp
    AppLauncher --> FirebaseCompose

    CloudRun --> AppCheckSdk
    CloudRun --> CloudFirestore
    CloudRun --> EventsAggregator
    CloudRun --> HttpClient
    CloudRun --> LocalStorage

    DominionApp --> AppCheckClient
    DominionApp --> HttpClient
    DominionApp --> PlaygroundApp

    EventsApp --> AppCheckClient
    EventsApp --> Auth0Auth
    EventsApp --> ComposeLocals
    EventsApp --> HttpClient
    EventsApp --> LocalStorage
    EventsApp --> PlaygroundApp

Modules

App-Check [app-check]

Planned JVM

Implements a custom app-check provider for multiplatform applications to verify client applications. https://firebase.google.com/docs/app-check/custom-provider

Auth Oauth [auth-oauth]

Experimental Multiplatform

Build Plugins [build-plugins]

Experimental JVM

Kotlin GB [kotlin-gb]

Planned

Local Storage [local-storage]

Experimental Multiplatform

Notion Console [notion-console]

Experimental JVM

Notion Import [notion-import]

Planned JVM

Playground App [playground-app]

Deprecated Desktop Android

Talks

  • Droidcon Berlin 2022
  • Droidcon NYC 2019
  • Droidcon Berlin 2018

Releases