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.
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
Presenters and Views meet The Interface Segregation Principle

Presenters and Views meet The Interface Segregation Principle

13
Comments
2 min read
To Queue or not to Queue?

To Queue or not to Queue?

15
Comments
3 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
A Primer on JVM Memory Management and Troubleshooting - 1

A Primer on JVM Memory Management and Troubleshooting - 1

38
Comments
4 min read
The dagger.android Missing Documentation, Part 3: Fragments

The dagger.android Missing Documentation, Part 3: Fragments

14
Comments
7 min read
Dagger-Dot-Android Part 2: ViewModels and ViewModel Factories

Dagger-Dot-Android Part 2: ViewModels and ViewModel Factories

25
Comments 2
7 min read
A Custom LiveData that has onActive and onInactive Listeners -- Tested

A Custom LiveData that has onActive and onInactive Listeners -- Tested

11
Comments
2 min read
Rewriting Chess.com's Android App

Rewriting Chess.com's Android App

111
Comments 19
3 min read
Higher Order Function in Kotlin

Higher Order Function in Kotlin

10
Comments
2 min read
Notes from experimenting with GraphQL and Kotlin

Notes from experimenting with GraphQL and Kotlin

8
Comments
6 min read
Platform Types in Kotlin

Platform Types in Kotlin

9
Comments
3 min read
Kotlin + TornadoFX + OpenCV = Fun!

Kotlin + TornadoFX + OpenCV = Fun!

22
Comments 2
5 min read
Kotlin for Pebble

Kotlin for Pebble

12
Comments
2 min read
Step-by-step: Kotlin, JAX-RS (Jersey), and Docker

Step-by-step: Kotlin, JAX-RS (Jersey), and Docker

11
Comments
7 min read
Let’s play with the Android accelerometer + Kotlin

Let’s play with the Android accelerometer + Kotlin

16
Comments
2 min read
Surveying the State of Kotlin

Surveying the State of Kotlin

12
Comments
2 min read
How to write a tail recursive list partioner in Kotlin

How to write a tail recursive list partioner in Kotlin

20
Comments
6 min read
How to get started with Andrtoid development?

How to get started with Andrtoid development?

17
Comments 5
1 min read
Kotlin DSL: From Theory to Practice

Kotlin DSL: From Theory to Practice

42
Comments 4
18 min read
Getting to know ListView in Android

Getting to know ListView in Android

22
Comments 1
6 min read
From Network Response to Algebraic Data Type with Kotlin

From Network Response to Algebraic Data Type with Kotlin

16
Comments
6 min read
Loops A La Kotlin for Java Developers

Loops A La Kotlin for Java Developers

15
Comments 3
4 min read
Avoiding the Builder Design Pattern in Kotlin

Avoiding the Builder Design Pattern in Kotlin

23
Comments 4
3 min read
Kotlin - First Impression

Kotlin - First Impression

19
Comments
2 min read
E2E testing with Selenium and Kotlin

E2E testing with Selenium and Kotlin

42
Comments 5
9 min read
How to make reusable CompositeDisposable and Kotlin extension

How to make reusable CompositeDisposable and Kotlin extension

11
Comments 1
1 min read
RxJava, a story about delay and schedulers

RxJava, a story about delay and schedulers

10
Comments 1
2 min read
How to use Kotlin's 'it also let apply run'

How to use Kotlin's 'it also let apply run'

35
Comments 4
5 min read
Jooby: Export your Java/Kotlin API to Swagger/RAML

Jooby: Export your Java/Kotlin API to Swagger/RAML

26
Comments
5 min read
loading...