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 plan your first project with microservices and Spring Boot

How to plan your first project with microservices and Spring Boot

11
Comments 6
4 min read
Beyond preferences

Beyond preferences

15
Comments 8
4 min read
How Proper Lifecycle Management Can Prevent Memory Leaks

How Proper Lifecycle Management Can Prevent Memory Leaks

3
Comments
5 min read
Idiomatic Kotlin: Solving Advent of Code Puzzles, Day 2

Idiomatic Kotlin: Solving Advent of Code Puzzles, Day 2

5
Comments
6 min read
Call API's With Kotlin-Coroutines In Your Android Application

Call API's With Kotlin-Coroutines In Your Android Application

3
Comments
5 min read
Criando uma API com Ktor

Criando uma API com Ktor

21
Comments
27 min read
Kotlin Tutorial - 4 Built-in Data Structures

Kotlin Tutorial - 4 Built-in Data Structures

6
Comments
7 min read
Mediator Pattern in Kotlin

Mediator Pattern in Kotlin

3
Comments
9 min read
How to Write a Command-Line Tool with Kotlin Multiplatform

How to Write a Command-Line Tool with Kotlin Multiplatform

72
Comments 10
6 min read
What to Learn to get started with Android App Development?

What to Learn to get started with Android App Development?

116
Comments 20
6 min read
Kotlin Tutorial - 3 Control Flow (Iteration)

Kotlin Tutorial - 3 Control Flow (Iteration)

5
Comments
4 min read
Solving Advent of Code Puzzles in Idiomatic Kotlin

Solving Advent of Code Puzzles in Idiomatic Kotlin

14
Comments
6 min read
Kotlin Tutorial - 2 Control Flow (Condition Selection)

Kotlin Tutorial - 2 Control Flow (Condition Selection)

5
Comments
4 min read
Tools of the build trade: The making of a tiny Kotlin app

Tools of the build trade: The making of a tiny Kotlin app

51
Comments 2
11 min read
Keeping public API in check with the Kotlin binary validator plugin

Keeping public API in check with the Kotlin binary validator plugin

16
Comments
6 min read
Clean up your storage using Appwrite Cloud functions!

Clean up your storage using Appwrite Cloud functions!

8
Comments
7 min read
Kotlin Tutorial - 1 Introduction

Kotlin Tutorial - 1 Introduction

8
Comments
5 min read
Exploring Kotlin Lists in 2021

Exploring Kotlin Lists in 2021

49
Comments 2
12 min read
Road to Android Development

Road to Android Development

2
Comments
1 min read
Announcing Appwrite 0.9: The open source Firebase alternative

Announcing Appwrite 0.9: The open source Firebase alternative

46
Comments 3
5 min read
Creating a retro-style game with Jetpack Compose: level completed

Creating a retro-style game with Jetpack Compose: level completed

11
Comments
6 min read
🏹Kotlin&Arrow #1 - Modelando Ausencia

🏹Kotlin&Arrow #1 - Modelando Ausencia

3
Comments
2 min read
Utilizando WorkManager com Hilt - Injeção de dependência na classe Worker

Utilizando WorkManager com Hilt - Injeção de dependência na classe Worker

5
Comments
3 min read
Understanding OOP Concepts With Kotlin

Understanding OOP Concepts With Kotlin

9
Comments 5
4 min read
Listener de clique no RecyclerView com Kotlin

Listener de clique no RecyclerView com Kotlin

8
Comments
7 min read
Matt's Tidbits #99 - Handling null elegantly

Matt's Tidbits #99 - Handling null elegantly

4
Comments
3 min read
Sample Surveys Application (Kotlin + Spring + RSocket + Vue.js Demo)

Sample Surveys Application (Kotlin + Spring + RSocket + Vue.js Demo)

7
Comments
3 min read
Decorator Pattern in Kotlin

Decorator Pattern in Kotlin

6
Comments
10 min read
"Having more obstacles removed is great and I hope Java will go on that track heavier", — Alexander Levin

"Having more obstacles removed is great and I hope Java will go on that track heavier", — Alexander Levin

6
Comments
4 min read
Coroutine Jobs In Kotlin

Coroutine Jobs In Kotlin

3
Comments
7 min read
runBlocking() In Kotlin-Coroutines

runBlocking() In Kotlin-Coroutines

6
Comments
3 min read
Browsing Jetpack Compose samples

Browsing Jetpack Compose samples

23
Comments
2 min read
Creating a retro-style game with Jetpack Compose: movement

Creating a retro-style game with Jetpack Compose: movement

11
Comments
5 min read
Coroutine Contexts In Kotlin

Coroutine Contexts In Kotlin

5
Comments
4 min read
Suspend Function In Kotlin-Coroutines

Suspend Function In Kotlin-Coroutines

6
Comments
2 min read
Getting Started With Coroutines In Kotlin

Getting Started With Coroutines In Kotlin

6
Comments
4 min read
Kotlin monthly wrap up - June 2021

Kotlin monthly wrap up - June 2021

20
Comments 2
2 min read
Adapter Pattern in Kotlin

Adapter Pattern in Kotlin

5
Comments
9 min read
Creating a retro-style game with Jetpack Compose: Introduction

Creating a retro-style game with Jetpack Compose: Introduction

19
Comments
5 min read
Migrating away from Bintray/JCenter when there is no alternative repository

Migrating away from Bintray/JCenter when there is no alternative repository

4
Comments
8 min read
Head First Design Patterns: 2 of 10

Head First Design Patterns: 2 of 10

5
Comments
2 min read
Criando uma API com Kotlin e Javalin

Criando uma API com Kotlin e Javalin

2
Comments
20 min read
Head First Design Patterns: 1 of 10

Head First Design Patterns: 1 of 10

5
Comments
3 min read
S.O.L.I.D Principle - Liskov Substitution Principle (LSP)

S.O.L.I.D Principle - Liskov Substitution Principle (LSP)

8
Comments
2 min read
Deploying Ktor Web Service on AWS EC2 Instance

Deploying Ktor Web Service on AWS EC2 Instance

6
Comments
6 min read
Carthographing Jetpack Compose: text

Carthographing Jetpack Compose: text

5
Comments
4 min read
Desvendando os Beans do Spring usando Kotlin

Desvendando os Beans do Spring usando Kotlin

18
Comments 2
8 min read
Plumbing data with derived state in Compose

Plumbing data with derived state in Compose

69
Comments 4
19 min read
Implementing a Stopwatch with Kotlin Coroutines and Flow Part 1 - a Single Stopwatch

Implementing a Stopwatch with Kotlin Coroutines and Flow Part 1 - a Single Stopwatch

4
Comments
5 min read
Flow is non-blocking but the collector is not

Flow is non-blocking but the collector is not

3
Comments
3 min read
Advanced Kotlin Collection Functionality

Advanced Kotlin Collection Functionality

56
Comments
10 min read
Coroutine : Light Weight Threads for Parallel Programing

Coroutine : Light Weight Threads for Parallel Programing

3
Comments
1 min read
Best Programming Languages You Can Learn as a Java Developer

Best Programming Languages You Can Learn as a Java Developer

5
Comments
6 min read
A crash course in classpaths: Run!

A crash course in classpaths: Run!

10
Comments
10 min read
How to build a GraphQL Gateway with Spring Boot and Kotlin

How to build a GraphQL Gateway with Spring Boot and Kotlin

26
Comments
6 min read
S.O.L.I.D Principle - Open Closed Principle (OCP)

S.O.L.I.D Principle - Open Closed Principle (OCP)

9
Comments
2 min read
Activity Lifecycle

Activity Lifecycle

6
Comments
2 min read
Facade Pattern in Kotlin

Facade Pattern in Kotlin

6
Comments
7 min read
S.O.L.I.D Principle - Single Responsibility Principle (SRP)

S.O.L.I.D Principle - Single Responsibility Principle (SRP)

9
Comments
3 min read
Understanding Marvels API from an Android Developer Perspective.

Understanding Marvels API from an Android Developer Perspective.

4
Comments
4 min read
loading...