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.
Kotlin Basics

Kotlin Basics

2
Comments
5 min read
Cool Discord Bots with BJDA

Cool Discord Bots with BJDA

1
Comments
3 min read
Usando cache en Springboot

Usando cache en Springboot

2
Comments
3 min read
Context Receivers

Context Receivers

8
Comments
4 min read
Retrieving a single value from the Room database

Retrieving a single value from the Room database

7
Comments
4 min read
Resilient microservices with Quarkus and Kotlin - All threads together

Resilient microservices with Quarkus and Kotlin - All threads together

9
Comments
13 min read
Looking toward Multiplatform Settings 1.0.0

Looking toward Multiplatform Settings 1.0.0

15
Comments
6 min read
Kotlin Smart Cast is Awesome!

Kotlin Smart Cast is Awesome!

7
Comments
2 min read
Create any kind of app with Kotlin

Create any kind of app with Kotlin

5
Comments
1 min read
What is by viewModels{} in Android

What is by viewModels{} in Android

14
Comments
3 min read
My journey to defeat the evil boiler-plate code

My journey to defeat the evil boiler-plate code

11
Comments
3 min read
Part 1 : Getting Started With Kotlin

Part 1 : Getting Started With Kotlin

5
Comments
3 min read
Android Fragment View Binding with Kotlin explained

Android Fragment View Binding with Kotlin explained

18
Comments
5 min read
GitHub Actions: a New Hope in YAML Programming Wasteland

GitHub Actions: a New Hope in YAML Programming Wasteland

117
Comments 7
9 min read
Kotlin Spring Boot Configuration properties best practices

Kotlin Spring Boot Configuration properties best practices

6
Comments
2 min read
Saving UI State for Android (ViewModels with Saved State)

Saving UI State for Android (ViewModels with Saved State)

9
Comments 1
4 min read
React Storybook for Kotlin/JS: Basic set up

React Storybook for Kotlin/JS: Basic set up

4
Comments 1
9 min read
Different ways to distribute and integrate Kotlin/JS library

Different ways to distribute and integrate Kotlin/JS library

26
Comments 1
7 min read
Kotlin Project への KotlinTest の追加に失敗

Kotlin Project への KotlinTest の追加に失敗

1
Comments
2 min read
The jacoco-badge-generator GitHub Action is now also available as a CLI tool from PyPI

The jacoco-badge-generator GitHub Action is now also available as a CLI tool from PyPI

19
Comments 1
6 min read
Free and Useful Tools for Android Development and Blogging

Free and Useful Tools for Android Development and Blogging

17
Comments
2 min read
Testcontainers with MySQL and Redis with an Spring Boot Kotlin Application

Testcontainers with MySQL and Redis with an Spring Boot Kotlin Application

32
Comments 8
8 min read
Ktor でルーティングを増やしてテストする。

Ktor でルーティングを増やしてテストする。

4
Comments
1 min read
Is Java still a good option for enterprise?

Is Java still a good option for enterprise?

6
Comments
1 min read
Adding tests to your Discord Bot - Discord Bot Series (Part 3)

Adding tests to your Discord Bot - Discord Bot Series (Part 3)

12
Comments
5 min read
Resilient microservices with Quarkus and Kotlin - Design Patterns

Resilient microservices with Quarkus and Kotlin - Design Patterns

9
Comments 2
4 min read
Java 8 to Kotlin, Clojure and Java 17 - Part 2 Kotlin

Java 8 to Kotlin, Clojure and Java 17 - Part 2 Kotlin

6
Comments
1 min read
How to add opt-in compiler argument in build.gradle?

How to add opt-in compiler argument in build.gradle?

13
Comments
2 min read
kotlin data class 看下反编译的代码

kotlin data class 看下反编译的代码

7
Comments
2 min read
Re2j instead of default regEx in Java: when and how to use it

Re2j instead of default regEx in Java: when and how to use it

6
Comments
6 min read
Start creating simple text editor library for Jetpack Compose

Start creating simple text editor library for Jetpack Compose

10
Comments
2 min read
Learning KMM: Entry 2

Learning KMM: Entry 2

8
Comments
5 min read
How to Add Bottom Navigation in Jetpack Compose?

How to Add Bottom Navigation in Jetpack Compose?

5
Comments
3 min read
Implementing Worker Pools in Kotlin to upload Images over WebDav to a Hetzner StorageBox

Implementing Worker Pools in Kotlin to upload Images over WebDav to a Hetzner StorageBox

8
Comments
2 min read
Maven plugin to check dependency versions

Maven plugin to check dependency versions

12
Comments 1
3 min read
Ktor で Application.kt の test を作成して実行する

Ktor で Application.kt の test を作成して実行する

8
Comments
1 min read
Ktor で hello world サーバーを立てるプロジェクトを web で作成して IntelliJ で実行する

Ktor で hello world サーバーを立てるプロジェクトを web で作成して IntelliJ で実行する

7
Comments
2 min read
IntelliJ で Kotlin を実行する

IntelliJ で Kotlin を実行する

7
Comments
1 min read
[PT-BR] Testcontainers com MySQL e Redis

[PT-BR] Testcontainers com MySQL e Redis

24
Comments 4
7 min read
spring boot kotlin validate问题

spring boot kotlin validate问题

8
Comments
1 min read
Android Jetpack Navigation Component #1 Fragmentler Arası Geçiş İşlemleri

Android Jetpack Navigation Component #1 Fragmentler Arası Geçiş İşlemleri

6
Comments
5 min read
Android — Spring & Fling Animations with Jetpack compose

Android — Spring & Fling Animations with Jetpack compose

8
Comments
1 min read
Tap to expand RecyclerView items with Android and Kotlin

Tap to expand RecyclerView items with Android and Kotlin

14
Comments 1
5 min read
Setting up an SQLDelight database on your android application using Kotlin

Setting up an SQLDelight database on your android application using Kotlin

12
Comments
6 min read
What I miss in Java, the perspective of a Kotlin developer

What I miss in Java, the perspective of a Kotlin developer

15
Comments
6 min read
Jetpack Compose: Navigation tutorial

Jetpack Compose: Navigation tutorial

30
Comments 6
5 min read
How to create an Expandable Item in Android RecyclerView?

How to create an Expandable Item in Android RecyclerView?

6
Comments
3 min read
Intro to Eithers in Android

Intro to Eithers in Android

21
Comments 15
4 min read
How to Create Singleton Class in Kotlin?

How to Create Singleton Class in Kotlin?

15
Comments
2 min read
How to Display a Web Application with Basic Authentication in WebView using Jetpack Compose (Android)

How to Display a Web Application with Basic Authentication in WebView using Jetpack Compose (Android)

9
Comments
1 min read
The beauty of currying

The beauty of currying

10
Comments
5 min read
Understanding the ViewModelProvider.Factory interface in Android with Kotlin

Understanding the ViewModelProvider.Factory interface in Android with Kotlin

10
Comments
4 min read
Creating a Database entity with Android and Kotlin

Creating a Database entity with Android and Kotlin

8
Comments
4 min read
Simple REST API Android App in Kotlin - Various HTTP Client Library Implementations

Simple REST API Android App in Kotlin - Various HTTP Client Library Implementations

16
Comments 2
6 min read
Learning Kotlin Multiplatform Mobile: Entry 1

Learning Kotlin Multiplatform Mobile: Entry 1

6
Comments
3 min read
Kotlin Object Mapping - Pros & Cons

Kotlin Object Mapping - Pros & Cons

26
Comments
5 min read
What Is Paging3 (MVVM, Flow, DataBinding, Hilt)?

What Is Paging3 (MVVM, Flow, DataBinding, Hilt)?

11
Comments
15 min read
Kotlin for beginners. Getting started

Kotlin for beginners. Getting started

5
Comments
4 min read
Clean Empty Jetpack Compose App Template

Clean Empty Jetpack Compose App Template

8
Comments
4 min read
NULL Kotlin vs. Java Optional

NULL Kotlin vs. Java Optional

6
Comments
3 min read
loading...