kotlin-libraries-playground icon indicating copy to clipboard operation
kotlin-libraries-playground copied to clipboard

Kickstart a project kotlin-android

Open jmfayard opened this issue 4 years ago • 2 comments

Currently all samples are inside kotlin-jvm and are self-contained in their own package, with each having its main() function.

But what about Android? There are lots of good libraries to demo there.

The challenge would be to keep things simple.

Ideally a sample for a given library would be contained in a single file like it's done in kotlin-jvm, and then called from a RecyclerView

I will also create issues for Android samples. It won't make sense to work on them yet, but if someone feels like working on it once kotlin-android is created, we can already assign it to her.

jmfayard avatar Oct 08 '20 13:10 jmfayard

Scoping this out at the moment.

LDuncAndroid avatar Jun 05 '21 00:06 LDuncAndroid

This is a WIP example of how dynamic navigation could be achieved: https://github.com/LDuncAndroid/kotlin-libraries-playground/tree/LDuncAndroid/kotlin-android-spike

LDuncAndroid avatar Jun 05 '21 02:06 LDuncAndroid