https://github.com/piomin/sample-kotlin-playground
Some tests illustrating usage of the most interesting Kotlin features
https://github.com/piomin/sample-kotlin-playground
kotlin kotlin-coroutines scope-functions
Last synced: about 1 month ago
JSON representation
Some tests illustrating usage of the most interesting Kotlin features
- Host: GitHub
- URL: https://github.com/piomin/sample-kotlin-playground
- Owner: piomin
- Created: 2018-10-01T22:01:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T21:32:11.000Z (6 months ago)
- Last Synced: 2024-10-20T08:24:18.135Z (6 months ago)
- Topics: kotlin, kotlin-coroutines, scope-functions
- Language: Kotlin
- Homepage: https://piotrminkowski.com
- Size: 25.4 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Kotlin Language Features Demo Project [](https://twitter.com/piotr_minkowski)
[](https://circleci.com/gh/piomin/sample-kotlin-playground)
[](https://sonarcloud.io/dashboard?id=piomin_sample-kotlin-playground)
[](https://sonarcloud.io/dashboard?id=piomin_sample-kotlin-playground)
[](https://sonarcloud.io/dashboard?id=piomin_sample-kotlin-playground)
[](https://sonarcloud.io/dashboard?id=piomin_sample-kotlin-playground)In this project I'm demonstrating you the most interesting features of [Kotlin](https://kotlinlang.org/).
## Getting Started
Here's a full list of available examples described on the different articles:
1. Introduction to the most interesting Kotlin features. A detailed guide may be found in the article [5 Things You Will Really Like In Kotlin As A Java Developer](https://piotrminkowski.com/2018/10/04/5-things-you-will-like-in-kotlin-as-a-java-developer/)
2. [Kotlin Scope Functions](https://piotrminkowski.com/2020/04/17/kotlin-scope-functions/)
3. [Kotlin Coroutines vs Java Threads](https://piotrminkowski.com/2020/06/23/kotlin-coroutines-vs-java-threads/)