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.
🥉 Micronaut: Top 5 Server-Side Frameworks for Kotlin in 2022

🥉 Micronaut: Top 5 Server-Side Frameworks for Kotlin in 2022

1
Comments
7 min read
Multiplatform Settings 1.0.0

Multiplatform Settings 1.0.0

7
Comments
3 min read
Jetpack Compose Grid without Lazy

Jetpack Compose Grid without Lazy

10
Comments 4
1 min read
Kotlin Common tips for developers

Kotlin Common tips for developers

Comments
6 min read
Exploring Different Ways to Collect Kotlin Flow

Exploring Different Ways to Collect Kotlin Flow

4
Comments
5 min read
MongoDB $weeklyUpdate #100 (January 13, 2023): Meeting Our India-Based MUG Leaders in Delhi!

MongoDB $weeklyUpdate #100 (January 13, 2023): Meeting Our India-Based MUG Leaders in Delhi!

1
Comments
3 min read
Reactive Backend Applications with Spring Boot, Kotlin and Coroutines (Part 2)

Reactive Backend Applications with Spring Boot, Kotlin and Coroutines (Part 2)

6
Comments
9 min read
inline function in Kotlin

inline function in Kotlin

2
Comments
3 min read
Solving Peg Solitaire using Backtracking

Solving Peg Solitaire using Backtracking

8
Comments
5 min read
Add blur effect to Image in Jetpack Compose

Add blur effect to Image in Jetpack Compose

2
Comments
3 min read
How to add Version Catalog to your Android App?

How to add Version Catalog to your Android App?

5
Comments 1
4 min read
Quick tip: finetune your Android Studio and IntelliJ Welcome screen

Quick tip: finetune your Android Studio and IntelliJ Welcome screen

4
Comments
2 min read
Kotlin Function

Kotlin Function

2
Comments
2 min read
How configure compose compiler and ksp with Kotlin 1.8

How configure compose compiler and ksp with Kotlin 1.8

2
Comments
2 min read
init block in Kotlin

init block in Kotlin

Comments
3 min read
Curso Kotlin | #5. Tipo String

Curso Kotlin | #5. Tipo String

4
Comments
3 min read
Curso Kotlin | #6. Tipos Char y CharSequence

Curso Kotlin | #6. Tipos Char y CharSequence

4
Comments
5 min read
Bottom Sheet filters like Gmail

Bottom Sheet filters like Gmail

Comments
6 min read
How to Convert Android Gradle Groovy to KTS?

How to Convert Android Gradle Groovy to KTS?

16
Comments 4
5 min read
Popular Technology for building Mobile, Desktop and Web Applications

Popular Technology for building Mobile, Desktop and Web Applications

3
Comments
9 min read
Caching and Pagination with Paging 3 in Android & Jetpack Compose

Caching and Pagination with Paging 3 in Android & Jetpack Compose

2
Comments
10 min read
JWT Authentication and Refresh Token in Android with Retrofit Interceptor & Authenticator

JWT Authentication and Refresh Token in Android with Retrofit Interceptor & Authenticator

8
Comments
10 min read
Project Euler #2 - does Fibonacci have a tail?

Project Euler #2 - does Fibonacci have a tail?

Comments
2 min read
Project Euler #1 - are we fizz-buzzing?

Project Euler #1 - are we fizz-buzzing?

Comments
2 min read
How to code a simple Flash light Android app? Step by Step Detailed Guide with Code

How to code a simple Flash light Android app? Step by Step Detailed Guide with Code

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

Advent of Code 2022 - Day 11 - Kotlin Edition

1
Comments
14 min read
Event Bus Pattern in Android Using Kotlin Flows

Event Bus Pattern in Android Using Kotlin Flows

30
Comments 2
2 min read
Unleashing ChatGPT: The Art of AI Misdirection!

Unleashing ChatGPT: The Art of AI Misdirection!

Comments
2 min read
launchWhenCreated() vs launchWhenStarted() vs launchWhenResumed() vs repeatOnLifeCycle()

launchWhenCreated() vs launchWhenStarted() vs launchWhenResumed() vs repeatOnLifeCycle()

3
Comments
3 min read
Android Compose DataStore Tutorial

Android Compose DataStore Tutorial

21
Comments 4
4 min read
Kotlin Code Smell 16 - Instance Type Checking For Polymorphism

Kotlin Code Smell 16 - Instance Type Checking For Polymorphism

1
Comments
2 min read
Kotlin Springboot -- Part 22 JPA で Postgres DB とつなぐ

Kotlin Springboot -- Part 22 JPA で Postgres DB とつなぐ

Comments
2 min read
Managing Spring Boot Properties After Version 2.4

Managing Spring Boot Properties After Version 2.4

2
Comments
4 min read
ChatGPT will not replace engineers any time soon...

ChatGPT will not replace engineers any time soon...

2
Comments 2
7 min read
Cold Flow vs Hot Flow

Cold Flow vs Hot Flow

2
Comments
4 min read
Kotlin Code Smells 14 - Anonymous Functions Abusers

Kotlin Code Smells 14 - Anonymous Functions Abusers

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

Advent of Code 2022 - Day 9 - Kotlin Edition

Comments
10 min read
Kotlin Smell 13 - Companion Object Functions

Kotlin Smell 13 - Companion Object Functions

Comments
1 min read
Kotlin Code Smell 12 - Ripple Effect

Kotlin Code Smell 12 - Ripple Effect

1
Comments
1 min read
GlobalScope vs viewModelScope vs lifecycleScope vs rememberCoroutineScope

GlobalScope vs viewModelScope vs lifecycleScope vs rememberCoroutineScope

5
Comments
4 min read
Kotlin Code Smell 11 - God Objects

Kotlin Code Smell 11 - God Objects

Comments
1 min read
Curso Kotlin | #19. Pair

Curso Kotlin | #19. Pair

Comments
3 min read
Curso Kotlin | #18. Vamos a darle vida al heroe

Curso Kotlin | #18. Vamos a darle vida al heroe

Comments
5 min read
Curso Kotlin | #17. Proyecto: The Hero Legacy

Curso Kotlin | #17. Proyecto: The Hero Legacy

Comments
3 min read
Curso Kotlin | #16. Funciones

Curso Kotlin | #16. Funciones

Comments
4 min read
Curso Kotlin | #14. Rangos

Curso Kotlin | #14. Rangos

Comments
3 min read
Curso Kotlin | #13. Bucle For

Curso Kotlin | #13. Bucle For

Comments
3 min read
Curso Kotlin | #12. Bucle While

Curso Kotlin | #12. Bucle While

Comments
5 min read
Curso Kotlin | #15. Excepciones

Curso Kotlin | #15. Excepciones

1
Comments
4 min read
Curso Kotlin | #11. Condicional When

Curso Kotlin | #11. Condicional When

Comments
4 min read
Curso Kotlin | #10. Condicional IF

Curso Kotlin | #10. Condicional IF

Comments
4 min read
Kotlin Code Smells 10 - Null

Kotlin Code Smells 10 - Null

Comments
2 min read
Android, Animations and Reduced Motion

Android, Animations and Reduced Motion

11
Comments
4 min read
Adding dark mode to Android app in Jetpack compose: Part 1

Adding dark mode to Android app in Jetpack compose: Part 1

10
Comments
5 min read
Curso Kotlin | #9. Arrays

Curso Kotlin | #9. Arrays

5
Comments
6 min read
Curso Kotlin | #7. Entrada de datos

Curso Kotlin | #7. Entrada de datos

6
Comments
3 min read
Curso Kotlin | #3. Hola Mundo y Estructura del Proyecto

Curso Kotlin | #3. Hola Mundo y Estructura del Proyecto

2
Comments
3 min read
Kotlin Code Smell 9 - Subclassification for Code Reuse

Kotlin Code Smell 9 - Subclassification for Code Reuse

4
Comments
1 min read
StateFlow and SharedFlow

StateFlow and SharedFlow

4
Comments
6 min read
🥈 Quarkus: Top 5 Server-Side Frameworks for Kotlin in 2022

🥈 Quarkus: Top 5 Server-Side Frameworks for Kotlin in 2022

6
Comments
6 min read
loading...