Skip to content

jcmsalves/kotlin-playground

Repository files navigation

kotlin-playground

Kotlin Android samples/template project

This project is basically a repo of Kotlin Android Samples to support my Kotlin Playground Series on Medium. The goal with the series is that at the end we either have a new nice kotlin template project or just a bunch of useful samples that people can easily pick up.

The idea is that the project grows with each article published so I'll tag each article release with article_# in the repo so it's easier to access the code for each article.


Articles Index

  1. Android and Kotlin — basic Hello World

  2. Kotlin Syntax Part I — why am I excluded?

  3. Kotlin Syntax Part II — when did this switch happen?

  4. Kotlin data classes — enough boilerplate

  5. Parcelable in Kotlin? Here comes Parcelize

  6. Kotlin Sealed Classes —  enums with swag

  7. Kotlin Static Analysis — why and how?

  8. Kotlin backend? Yes it's possible

  9. Kotlin standard functions — just another guide

  10. Kotlin runtime checks — require and check

  11. Kotlin try-with-resources — use

  12. Kotlin Playground — finish line


If you have any cool ideas or suggestions feel free to open issues in the repo and I'll try to address in a future article.