kotlin-libraries-playground
kotlin-libraries-playground copied to clipboard
Kickstart a project kotlin-android
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.
Scoping this out at the moment.
This is a WIP example of how dynamic navigation could be achieved: https://github.com/LDuncAndroid/kotlin-libraries-playground/tree/LDuncAndroid/kotlin-android-spike