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.
Understand "by" Delegated Properties in Kotlin

Understand "by" Delegated Properties in Kotlin

4
Comments
4 min read
Using Circuit Breaker Pattern with Kotlin, Resilience4j and Retrofit

Using Circuit Breaker Pattern with Kotlin, Resilience4j and Retrofit

12
Comments 4
5 min read
Advent of Code 2022 - Day 7 - Kotlin Edition

Advent of Code 2022 - Day 7 - Kotlin Edition

2
Comments
6 min read
Android Networking with Volley

Android Networking with Volley

5
Comments
2 min read
Advent of Code 2022 - Day 6 - Kotlin Edition

Advent of Code 2022 - Day 6 - Kotlin Edition

4
Comments
4 min read
Advent of Code 2022 - Day 5 - Kotlin Edition

Advent of Code 2022 - Day 5 - Kotlin Edition

2
Comments
6 min read
How to improve third-party libraries with Kotlin extensions

How to improve third-party libraries with Kotlin extensions

5
Comments
7 min read
Kotlin Code Smell 6 - Boolean Variables

Kotlin Code Smell 6 - Boolean Variables

4
Comments
1 min read
Null Safety - Kotlin

Null Safety - Kotlin

6
Comments
2 min read
Advent of Code 2022 - Day 4 - Kotlin Edition

Advent of Code 2022 - Day 4 - Kotlin Edition

5
Comments
3 min read
Advent of Code 2022 - Day 3 - Kotlin Edition

Advent of Code 2022 - Day 3 - Kotlin Edition

2
Comments
4 min read
Kotlin Code Smell 5 - Too Clever For Your own Good

Kotlin Code Smell 5 - Too Clever For Your own Good

1
Comments
1 min read
Advent of Code 2022 - Day 2 - Kotlin Edition

Advent of Code 2022 - Day 2 - Kotlin Edition

5
Comments
6 min read
Advent of Code 2022 - Day 1 - Kotlin Edition

Advent of Code 2022 - Day 1 - Kotlin Edition

5
Comments 2
4 min read
Measured - Intuitive, Type-safe Units

Measured - Intuitive, Type-safe Units

6
Comments
1 min read
Kotlin Springboot -- Part 19 Rest と Domain の UT を作る

Kotlin Springboot -- Part 19 Rest と Domain の UT を作る

5
Comments
1 min read
Build your own Twitter Bot with Kotlin

Build your own Twitter Bot with Kotlin

3
Comments 1
4 min read
Kotlin Code Smell 4 - Comment Abusers

Kotlin Code Smell 4 - Comment Abusers

3
Comments
2 min read
Kotlin: What It Is, What It's Used For

Kotlin: What It Is, What It's Used For

2
Comments 2
1 min read
Implement Kotlin Interfaces with SAM conversions

Implement Kotlin Interfaces with SAM conversions

6
Comments
2 min read
Idiomatic Collections with Kotlin

Idiomatic Collections with Kotlin

9
Comments 2
5 min read
Kotlin Code Smell 3 - String Abusers

Kotlin Code Smell 3 - String Abusers

4
Comments
1 min read
Introduction to Android Studio, Project Structure, and Emulation.

Introduction to Android Studio, Project Structure, and Emulation.

11
Comments
10 min read
Kotlin Code Smell 2 - Functions Are Too Long

Kotlin Code Smell 2 - Functions Are Too Long

4
Comments
1 min read
Samples of Using KMMBridge

Samples of Using KMMBridge

7
Comments
5 min read
Kotlin Code Smell 1 - Constants and Magic Numbers

Kotlin Code Smell 1 - Constants and Magic Numbers

2
Comments
1 min read
Interfaces em Kotlin

Interfaces em Kotlin

2
Comments
3 min read
Unfold your UI

Unfold your UI

13
Comments 2
5 min read
Creating Tinder like card feature with Android Compose

Creating Tinder like card feature with Android Compose

6
Comments 3
7 min read
Jetpack Compose quicky: List click animation with Jetpack Compose in Android

Jetpack Compose quicky: List click animation with Jetpack Compose in Android

6
Comments
4 min read
Kotlin quicky: Under the hood of collecting flows in Android with Kotlin

Kotlin quicky: Under the hood of collecting flows in Android with Kotlin

7
Comments
3 min read
Kotlin Springboot -- Part 17 usecase の UT で usecase のインスタンスを DI で作成する

Kotlin Springboot -- Part 17 usecase の UT で usecase のインスタンスを DI で作成する

4
Comments
1 min read
Kotlin Springboot -- Part 16 usecase の単体テスト (UT) を作る。port 以降は mockk を使う。

Kotlin Springboot -- Part 16 usecase の単体テスト (UT) を作る。port 以降は mockk を使う。

7
Comments
1 min read
Implementing Splash Screens the Recommended Way

Implementing Splash Screens the Recommended Way

3
Comments
3 min read
Introduction to Kotlin Flows and Channels

Introduction to Kotlin Flows and Channels

8
Comments
4 min read
Help please!!

Help please!!

3
Comments 2
1 min read
Melhorando a performance da Pokédex com Paging 3 e Flow API

Melhorando a performance da Pokédex com Paging 3 e Flow API

5
Comments
23 min read
Under the hood of Relay, Android Studio plugin for exporting Figma components to compose

Under the hood of Relay, Android Studio plugin for exporting Figma components to compose

8
Comments
6 min read
Kotlin Springboot -- Part 15 Rest と Usecase で Domain を使えるようにする ( モジュール分割後 )

Kotlin Springboot -- Part 15 Rest と Usecase で Domain を使えるようにする ( モジュール分割後 )

4
Comments
2 min read
Current State of Spring Boot 2.7 Native with Kotlin (GraalVM)

Current State of Spring Boot 2.7 Native with Kotlin (GraalVM)

4
Comments
5 min read
Kotlin gRPC with Spring 👋✨💫

Kotlin gRPC with Spring 👋✨💫

13
Comments
14 min read
Criando uma API com Spring Boot e Kotlin — parte 3

Criando uma API com Spring Boot e Kotlin — parte 3

2
Comments
26 min read
Exploring Android LiveData Usages and Behaviors

Exploring Android LiveData Usages and Behaviors

4
Comments
7 min read
Utilizar varios archivos de configuración en Spring

Utilizar varios archivos de configuración en Spring

2
Comments
1 min read
Melhorando a arquitetura da Pokédex

Melhorando a arquitetura da Pokédex

3
Comments
7 min read
Handling Text in Jetpack compose with Android

Handling Text in Jetpack compose with Android

7
Comments 2
6 min read
Estruturas de controle em Kotlin

Estruturas de controle em Kotlin

3
Comments
5 min read
Cómo definir la ruta de un archivo de configuración en Spring

Cómo definir la ruta de un archivo de configuración en Spring

4
Comments
1 min read
Searching Paged Data In Jetpack Compose

Searching Paged Data In Jetpack Compose

2
Comments
3 min read
Kotlin 基礎 Part 6 -- ブロック内部でスコープ関数を使って処理する

Kotlin 基礎 Part 6 -- ブロック内部でスコープ関数を使って処理する

2
Comments
1 min read
Criando uma API com Spring Boot e Kotlin — parte 2

Criando uma API com Spring Boot e Kotlin — parte 2

3
Comments
9 min read
How Code formatter implemented in Turtle Graphics

How Code formatter implemented in Turtle Graphics

Comments
4 min read
Mostrando os Pokémon com Coil em Android

Mostrando os Pokémon com Coil em Android

2
Comments
11 min read
Higher-order functions and lambdas in Kotlin

Higher-order functions and lambdas in Kotlin

2
Comments
2 min read
Integration Tests with Micronaut and Kotlin

Integration Tests with Micronaut and Kotlin

1
Comments
5 min read
Introdução ao Kotlin

Introdução ao Kotlin

1
Comments
6 min read
Criando uma API com Spring Boot e Kotlin — parte 1

Criando uma API com Spring Boot e Kotlin — parte 1

5
Comments
4 min read
Normal Variable vs remember vs remember mutabableStateOf Comparisons

Normal Variable vs remember vs remember mutabableStateOf Comparisons

2
Comments
2 min read
Callback to Coroutines in Kotlin

Callback to Coroutines in Kotlin

1
Comments
3 min read
From BotFather to 'Hello World'

From BotFather to 'Hello World'

3
Comments
18 min read
loading...