javaguruen / kotlin-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kotlin-workshop

Kotlin Workshop held at:

By Morten N. Åsnes and Bjørn Hamre

This is an introductory hands on workshop about programming in Kotlin. We will start with basic Kotlin syntax and work our way up to more advances topics with a mix of presentations and hands-on exercises for the participants. We will cover topics like functions, classes, collections, some functional programming concepts generics, higher-order functions and more.

Preperations

Please bring a laptop for the exercises with Kotlin installed and a supported IDE of your choice. It will save time if you clone or download this repository in advance.

The workshop will be split into two parts, each part will start with a short presentation before you will solve practical programming exercises in Kotlin.

The exercises are located under src/main/kotlin/no/mortenaa/exercises/ and the tests under src/test/kotlin/no/mortenaa/exercises/

The slides for the presentation can be viewed here

About

License:MIT License


Languages

Language:Kotlin 100.0%