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.
How to Add Navigation Drawer in Jetpack Compose?

How to Add Navigation Drawer in Jetpack Compose?

7
Comments
3 min read
Application domain modeling

Application domain modeling

1
Comments
6 min read
Jetpack compose: Cool Button Click Effects

Jetpack compose: Cool Button Click Effects

4
Comments
1 min read
coroutineScope vs supervisorScope

coroutineScope vs supervisorScope

Comments
2 min read
Dispatchers in Kotlin Coroutines

Dispatchers in Kotlin Coroutines

1
Comments
4 min read
📸 Snapshot Testing with Kotlin

📸 Snapshot Testing with Kotlin

6
Comments 2
5 min read
Using Java Beans in a composed UI

Using Java Beans in a composed UI

1
Comments
5 min read
What is Flow API in Kotlin?

What is Flow API in Kotlin?

Comments
6 min read
Android Jetpack Compose Form Tutorial

Android Jetpack Compose Form Tutorial

17
Comments 5
6 min read
Prefer Function Reference over Lambda in Kotlin? Wrong!

Prefer Function Reference over Lambda in Kotlin? Wrong!

6
Comments 4
5 min read
Mongock: Ferramenta para migração de dados Mongo e Java/Kotlin

Mongock: Ferramenta para migração de dados Mongo e Java/Kotlin

1
Comments
2 min read
Virtual Threads In Java

Virtual Threads In Java

17
Comments 5
2 min read
Domain Driven Design in Kotlin - Entities lifecycle management

Domain Driven Design in Kotlin - Entities lifecycle management

6
Comments
5 min read
JvmOverloads Annotation in Kotlin

JvmOverloads Annotation in Kotlin

Comments
2 min read
JvmField Annotation in Kotlin

JvmField Annotation in Kotlin

Comments
2 min read
How To Crop and Trim Videos In Kotlin for Android

How To Crop and Trim Videos In Kotlin for Android

2
Comments
11 min read
Reduce cognitive load with Kotlin Extension functions.

Reduce cognitive load with Kotlin Extension functions.

1
Comments
2 min read
JvmStatic Annotation in Kotlin

JvmStatic Annotation in Kotlin

Comments
2 min read
Using Fragments Dynamically

Using Fragments Dynamically

Comments
3 min read
How to implement a WebRTC HTTP Playback Protocol (WHPP) client for native Android applications

How to implement a WebRTC HTTP Playback Protocol (WHPP) client for native Android applications

5
Comments 3
5 min read
Write safe code with immutable properties in Kotlin?

Write safe code with immutable properties in Kotlin?

2
Comments
2 min read
Advantage of using const in Kotlin

Advantage of using const in Kotlin

5
Comments
2 min read
Kotlin Springboot -- Part 10 Port という interface を作って Usecase と Gateway をつなぐ

Kotlin Springboot -- Part 10 Port という interface を作って Usecase と Gateway をつなぐ

3
Comments
1 min read
Kotlin 基礎 Part 5 -- open クラスと abstract クラスと interface の違い

Kotlin 基礎 Part 5 -- open クラスと abstract クラスと interface の違い

Comments
1 min read
Kotlin 基礎 Part 4 -- List と Set の違いと相互変換

Kotlin 基礎 Part 4 -- List と Set の違いと相互変換

Comments
1 min read
partition - filtering function in Kotlin

partition - filtering function in Kotlin

2
Comments
2 min read
Should new Android developers learn Compose or XML?

Should new Android developers learn Compose or XML?

9
Comments 6
3 min read
AssociateBy - List to Map in Kotlin

AssociateBy - List to Map in Kotlin

1
Comments
2 min read
Remove duplicates from an array in Kotlin

Remove duplicates from an array in Kotlin

5
Comments
3 min read
Kotlin 基礎 Part 3 -- 配列をひとつひとつ処理する

Kotlin 基礎 Part 3 -- 配列をひとつひとつ処理する

Comments
1 min read
What are Lambdas and Higher Order Functions in Kotlin and How Can You Use Them?

What are Lambdas and Higher Order Functions in Kotlin and How Can You Use Them?

1
Comments 1
6 min read
Контейнер с наибольшим количеством воды

Контейнер с наибольшим количеством воды

47
Comments 5
1 min read
Conhecendo o Kotlin

Conhecendo o Kotlin

Comments
4 min read
Top Ten Times JavaScript is Mentioned in Moby Dick

Top Ten Times JavaScript is Mentioned in Moby Dick

12
Comments 4
2 min read
10 new Android Libraries And Projects To Inspire You In 2022

10 new Android Libraries And Projects To Inspire You In 2022

7
Comments
6 min read
Обмен элементов в связном списке

Обмен элементов в связном списке

51
Comments
1 min read
Вид сбоку бинарного дерева

Вид сбоку бинарного дерева

36
Comments 1
1 min read
Learning KMM: Entry 3

Learning KMM: Entry 3

4
Comments
6 min read
Kotlin Springboot -- Part 8 インスタンスの作成を Component 機能を使って Dependency Injection が自動で行われるようにする

Kotlin Springboot -- Part 8 インスタンスの作成を Component 機能を使って Dependency Injection が自動で行われるようにする

4
Comments
1 min read
Learning Kotlin Multiplatfom Mobile: Entry 3.5

Learning Kotlin Multiplatfom Mobile: Entry 3.5

Comments
5 min read
List Fragments

List Fragments

2
Comments
3 min read
Kotlin Springboot -- Part 7 Rest でドメインのデータクラスから JSON のためのデータクラスに変換して JSON に変換する

Kotlin Springboot -- Part 7 Rest でドメインのデータクラスから JSON のためのデータクラスに変換して JSON に変換する

4
Comments
1 min read
How to manage dependencies between Gradle modules?

How to manage dependencies between Gradle modules?

13
Comments
2 min read
Constraint Layout in Jetpack Compose: Create complex and responsive android layouts on the fly.

Constraint Layout in Jetpack Compose: Create complex and responsive android layouts on the fly.

6
Comments
5 min read
Getting an Activity and a Fragment to Interact

Getting an Activity and a Fragment to Interact

5
Comments
3 min read
Обход бинарного дерева

Обход бинарного дерева

34
Comments
1 min read
Android Fragments

Android Fragments

1
Comments 1
2 min read
Объединение интервалов

Объединение интервалов

63
Comments 2
1 min read
A brief intro to SLF4J and the Java logging hell

A brief intro to SLF4J and the Java logging hell

8
Comments 2
5 min read
Kotlin 基礎 Part 2 -- Exception(例外) の投げ方

Kotlin 基礎 Part 2 -- Exception(例外) の投げ方

4
Comments
1 min read
Functions in Kotlin

Functions in Kotlin

2
Comments
3 min read
Kotlin Springboot -- Part 6 Driver で Entity のデータクラスとインスタンスを作り Gateway で Domain に変換する

Kotlin Springboot -- Part 6 Driver で Entity のデータクラスとインスタンスを作り Gateway で Domain に変換する

3
Comments
1 min read
Kotlin Springboot -- Part 5 Rest で全てのインスタンスを作って Driver まで動くようにする

Kotlin Springboot -- Part 5 Rest で全てのインスタンスを作って Driver まで動くようにする

4
Comments
1 min read
Simple Google Map App - Jetpack Compose

Simple Google Map App - Jetpack Compose

11
Comments
6 min read
10 Almost Unknown Tools Which Facilitate Android Apps Development

10 Almost Unknown Tools Which Facilitate Android Apps Development

10
Comments
6 min read
Hey i want to add muti column selctor in my table in android using kotlin.

Hey i want to add muti column selctor in my table in android using kotlin.

5
Comments
1 min read
Kotlin in Action Summary - Part 3

Kotlin in Action Summary - Part 3

1
Comments
19 min read
Different layout for different screen sizes in Android with Kotlin

Different layout for different screen sizes in Android with Kotlin

4
Comments
4 min read
Слияние отсортированных массивов

Слияние отсортированных массивов

42
Comments 2
1 min read
LeetCode with Kotlin. Two Sum

LeetCode with Kotlin. Two Sum

1
Comments 1
2 min read
loading...