DEV Community

Kotlin

a cross-platform, statically typed, general-purpose programming language with type inference

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Pythonic Imports in Kotlin

Pythonic Imports in Kotlin

8
Comments
2 min read
What I've learned in my first year as an Android developer. Part I

What I've learned in my first year as an Android developer. Part I

20
Comments 2
7 min read
Build an Android messenger app with online presence using Kotlin

Build an Android messenger app with online presence using Kotlin

26
Comments
35 min read
Functional Hangman in Kotlin with Arrow

Functional Hangman in Kotlin with Arrow

5
Comments
3 min read
Generating data classes in Java

Generating data classes in Java

20
Comments 9
7 min read
What I learned building my first slack bot.

What I learned building my first slack bot.

6
Comments 7
4 min read
Introduction to Rx (Swift & Kotlin) - Part 4

Introduction to Rx (Swift & Kotlin) - Part 4

6
Comments
1 min read
Should I pass a View to a Presenter's constructor?

Should I pass a View to a Presenter's constructor?

5
Comments 2
3 min read
Why developers prefer Kotlin. The key Kotlin features & updates

Why developers prefer Kotlin. The key Kotlin features & updates

7
Comments
3 min read
Java is too old, What should you learn in 2018?

Java is too old, What should you learn in 2018?

74
Comments 27
1 min read
How Kotlin makes editing your Gradle build less frustrating

How Kotlin makes editing your Gradle build less frustrating

51
Comments 5
6 min read
Why use Kotlin for Android development? Kotlin benefits, features, versions

Why use Kotlin for Android development? Kotlin benefits, features, versions

138
Comments 12
4 min read
Kotlin

Kotlin

49
Comments
6 min read
Corda - Starting Flows with trackBy

Corda - Starting Flows with trackBy

12
Comments
6 min read
How to write tests for an android app?

How to write tests for an android app?

9
Comments 4
1 min read
Kotlin - The Good, the Bad and the Ugly

Kotlin - The Good, the Bad and the Ugly

186
Comments 47
9 min read
You can pass variable arguments in a Kotlin function

You can pass variable arguments in a Kotlin function

9
Comments
1 min read
A really really basic intro to Kotlin's functions

A really really basic intro to Kotlin's functions

12
Comments
3 min read
if-then, a statement in Java; but an expression in Kotlin

if-then, a statement in Java; but an expression in Kotlin

13
Comments 2
1 min read
Reified generics in Kotlin

Reified generics in Kotlin

35
Comments 9
4 min read
Kotlin - Extension Functions

Kotlin - Extension Functions

5
Comments
3 min read
Kotlin's when is switch, on steroids

Kotlin's when is switch, on steroids

6
Comments
3 min read
Android Jank

Android Jank

10
Comments
3 min read
Showdev: Coworker - A New Job Queue for the JVM

Showdev: Coworker - A New Job Queue for the JVM

12
Comments
7 min read
Google Maps and Directions API using Kotlin

Google Maps and Directions API using Kotlin

18
Comments 2
3 min read
そうだARROWを入れてみよう

そうだARROWを入れてみよう

8
Comments 1
5 min read
Variance in Kotlin Generics

Variance in Kotlin Generics

15
Comments
8 min read
First look at Kotlin - my first pains

First look at Kotlin - my first pains

21
Comments 9
6 min read
Build a Basic CRUD App in Android with Kotlin

Build a Basic CRUD App in Android with Kotlin

31
Comments
23 min read
Build a cryptocurrency alert app using Kotlin and Go: Part 1 — The frontend

Build a cryptocurrency alert app using Kotlin and Go: Part 1 — The frontend

22
Comments 1
10 min read
Pains of Java generics solved in Kotlin

Pains of Java generics solved in Kotlin

9
Comments 3
2 min read
Kotlin, Box2d, gRPC and Robots

Kotlin, Box2d, gRPC and Robots

9
Comments
3 min read
Build a cryptocurrency alert app using Kotlin and Go: Part 2 — The backend

Build a cryptocurrency alert app using Kotlin and Go: Part 2 — The backend

11
Comments
13 min read
Kotlin Extensions for Minecraft Spigot

Kotlin Extensions for Minecraft Spigot

11
Comments
1 min read
How Efficient List Operators Work in Kotlin

How Efficient List Operators Work in Kotlin

13
Comments 3
5 min read
BYOG (Build Your Own Gradle)

BYOG (Build Your Own Gradle)

8
Comments 1
6 min read
Parcelize: Boilerplate Free Parcelization With Kotlin

Parcelize: Boilerplate Free Parcelization With Kotlin

5
Comments
2 min read
Kotlin coroutine based KafkaProducer extension

Kotlin coroutine based KafkaProducer extension

8
Comments 2
2 min read
Are Kotlin List Operators Efficient?

Are Kotlin List Operators Efficient?

13
Comments 1
4 min read
Playtomic's Shared Architecture using Swift and Kotlin

Playtomic's Shared Architecture using Swift and Kotlin

17
Comments 5
12 min read
Android: Splash Screen with Kotlin

Android: Splash Screen with Kotlin

65
Comments 8
2 min read
Variables and types in kotlin

Variables and types in kotlin

3
Comments
6 min read
Sealed (Class) with love

Sealed (Class) with love

29
Comments
3 min read
To Queue or not to Queue?

To Queue or not to Queue?

15
Comments
3 min read
Presenters and Views meet The Interface Segregation Principle

Presenters and Views meet The Interface Segregation Principle

13
Comments
2 min read
Micronaut: A five-minute introduction.

Micronaut: A five-minute introduction.

19
Comments 6
3 min read
From Boot to native Kotlin the journey of a spring developer

From Boot to native Kotlin the journey of a spring developer

24
Comments
8 min read
Desde nuestras clases hasta nuestro APK

Desde nuestras clases hasta nuestro APK

2
Comments
2 min read
Look ma', without loops!

Look ma', without loops!

41
Comments 5
5 min read
Android-Kotlin Digest #1

Android-Kotlin Digest #1

13
Comments
1 min read
State of Kotlin report 2018 has landed!

State of Kotlin report 2018 has landed!

34
Comments 3
2 min read
Android Views: Peek-A-Boo

Android Views: Peek-A-Boo

73
Comments 7
3 min read
Migrating to Downloadable Fonts on Android

Migrating to Downloadable Fonts on Android

20
Comments
4 min read
On immutability in Kotlin

On immutability in Kotlin

35
Comments 2
2 min read
Streaming results from a JdbcTemplate in Kotlin

Streaming results from a JdbcTemplate in Kotlin

22
Comments 1
3 min read
Kotlin - Is it time to switch from Java?

Kotlin - Is it time to switch from Java?

32
Comments 8
1 min read
Adding tests to Kotlin & JAX-RS (Jersey) project

Adding tests to Kotlin & JAX-RS (Jersey) project

8
Comments
7 min read
Build a realtime map using Kotlin

Build a realtime map using Kotlin

23
Comments
7 min read
Build a realtime location-based chat feed.

Build a realtime location-based chat feed.

90
Comments 4
4 min read
JVM Primer Part 2 - Debugging memory issues

JVM Primer Part 2 - Debugging memory issues

42
Comments
5 min read
loading...