Skip to content

Instantly share code, notes, and snippets.

View quentin23soleil's full-sized avatar

Quentin Dommerc quentin23soleil

View GitHub Profile

This is the gist which explains how to use Android predictive back gesture and iOS swipe to go back when using Voyager in Compose multiplatform.

If you are just using Android, you can merge the commonMain stuff and the androidMain stuff.

@quentin23soleil
quentin23soleil / gist:4a70b440c952436b3fea03f7ec8e9e07
Created August 7, 2016 16:58 — forked from dodyg/gist:5823184
Kotlin Programming Language Cheat Sheet Part 1

#Intro

Kotlin is a new programming language for the JVM. It produces Java bytecode, supports Android and generates JavaScript. The latest version of the language is Kotlin M5.3

Kotlin project website is at kotlin.jetbrains.org.

All the codes here can be copied and run on Kotlin online editor.

Let's get started.