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.
Gradle's leaky abstractions: Declarative(ish) shell, imperative core: Implementing a safe(ish) global configuration DSL

Gradle's leaky abstractions: Declarative(ish) shell, imperative core: Implementing a safe(ish) global configuration DSL

21
Comments 2
6 min read
The pitfall of implicit returns

The pitfall of implicit returns

20
Comments 3
3 min read
Plotting Financial Data in Kotlin with Kandy

Plotting Financial Data in Kotlin with Kandy

17
Comments
12 min read
Kradle 9.0: Revolutionizing the JVM Ecosystem with Kotlin at its Core!

Kradle 9.0: Revolutionizing the JVM Ecosystem with Kotlin at its Core!

13
Comments 3
3 min read
Code Sketching with Kotlin Notebooks: Developer Guide

Code Sketching with Kotlin Notebooks: Developer Guide

8
Comments
22 min read
Top 10 Kotlin Code Snippets to Keep Handy

Top 10 Kotlin Code Snippets to Keep Handy

8
Comments
6 min read
Enable users to share your app's deep links using navigation-recents-url-sharing

Enable users to share your app's deep links using navigation-recents-url-sharing

7
Comments 1
7 min read
Debug Unresponsive Apps

Debug Unresponsive Apps

6
Comments
5 min read
Debug Without Breakpoints

Debug Without Breakpoints

6
Comments
3 min read
Weekly goals of Modderz Android app

Weekly goals of Modderz Android app

5
Comments
2 min read
Kotlin Koans BR: Extension functions e properties (funções e propriedades estendidas)

Kotlin Koans BR: Extension functions e properties (funções e propriedades estendidas)

5
Comments
4 min read
Kotlin Delegation Simplified

Kotlin Delegation Simplified

4
Comments
3 min read
Kotlin Clean Architecture and CQRS 🚀👋👨‍💻

Kotlin Clean Architecture and CQRS 🚀👋👨‍💻

4
Comments
15 min read
Integrate Screen Share in Kotlin Video Chat App for Android?

Integrate Screen Share in Kotlin Video Chat App for Android?

2
Comments
11 min read
How to Integrate Chat Feature in Android(Kotlin) Video Call App?

How to Integrate Chat Feature in Android(Kotlin) Video Call App?

2
Comments
10 min read
Functional Interface in Kotlin

Functional Interface in Kotlin

2
Comments
3 min read
Building Your First AI-Powered Backend in Kotlin: Step-by-Step

Building Your First AI-Powered Backend in Kotlin: Step-by-Step

2
Comments
3 min read
How to fix the dreaded 'package appears to be invalid' error while installing Android APKs

How to fix the dreaded 'package appears to be invalid' error while installing Android APKs

1
Comments
2 min read
How to Integrate Chat Feature in Android(Java) Video Call App?

How to Integrate Chat Feature in Android(Java) Video Call App?

1
Comments
10 min read
Multiple MongoDB Databases on Spring Boot

Multiple MongoDB Databases on Spring Boot

1
Comments
3 min read
Understanding Broadcast Receivers in Android

Understanding Broadcast Receivers in Android

1
Comments
5 min read
Kotlin Koans BR: Alias para importação (import alias)

Kotlin Koans BR: Alias para importação (import alias)

1
Comments
2 min read
I've just open sourced N8

I've just open sourced N8

1
Comments
2 min read
Make a difference in Android app development! Implementing animation using Lottie!

Make a difference in Android app development! Implementing animation using Lottie!

1
Comments
5 min read
Integrate RTMP Livestream in Kotlin Video Chat App

Integrate RTMP Livestream in Kotlin Video Chat App

1
Comments
9 min read
Auto Image Slider in Android | Kotlin: A Step-by-Step Guide

Auto Image Slider in Android | Kotlin: A Step-by-Step Guide

1
Comments
4 min read
State using Jetpack Compose

State using Jetpack Compose

1
Comments
2 min read
Kotlin 1.9.20: Streamlining Source Sets in Multiplatform Project

Kotlin 1.9.20: Streamlining Source Sets in Multiplatform Project

Comments
4 min read
Should I use Virtual Threads in Java?

Should I use Virtual Threads in Java?

Comments
7 min read
@Nullable et @NonNull

@Nullable et @NonNull

Comments
2 min read
List Formatter in Android : Android Internationalization part 1

List Formatter in Android : Android Internationalization part 1

Comments
2 min read
They said to use the Default Dispatchers but I found out it was Unconfined

They said to use the Default Dispatchers but I found out it was Unconfined

Comments
10 min read
Comprehensive (or Nearly Comprehensive) Guide to Setting Up Your Development Environment in Java and Kotlin

Comprehensive (or Nearly Comprehensive) Guide to Setting Up Your Development Environment in Java and Kotlin

Comments
3 min read
Kotlin for Backend Development: A Game-Changer in the Making

Kotlin for Backend Development: A Game-Changer in the Making

Comments
2 min read
Optimizing and Scaling Your AI-Powered Backend in Kotlin: Advanced Techniques

Optimizing and Scaling Your AI-Powered Backend in Kotlin: Advanced Techniques

Comments
1 min read
Understanding Kotlin's Scope Functions

Understanding Kotlin's Scope Functions

Comments
3 min read
Kotlin Multi-platform using Jetpack Compose for building desktop apps.

Kotlin Multi-platform using Jetpack Compose for building desktop apps.

Comments
2 min read
The fully fundamental manual of the productivity application RunFlow

The fully fundamental manual of the productivity application RunFlow

Comments
4 min read
We released a new powerful efficiency tool called RunFlow, which is similar to PowerToys and Alfred, welcome to try it

We released a new powerful efficiency tool called RunFlow, which is similar to PowerToys and Alfred, welcome to try it

Comments
6 min read
Kilua - new Kotlin/Wasm web framework

Kilua - new Kotlin/Wasm web framework

Comments
1 min read
What is the Purpose of the Main Dispatcher?

What is the Purpose of the Main Dispatcher?

Comments
4 min read
Perfect Class Syntax, Every Language Falls Short

Perfect Class Syntax, Every Language Falls Short

Comments
4 min read
Making Your Android Project Modular With Convention Plugins

Making Your Android Project Modular With Convention Plugins

Comments
6 min read
Entendendo o Ciclo de Vida do Work Manager no Android: Estratégias para Lidar com Falhas e Evitar Loops Exponenciais

Entendendo o Ciclo de Vida do Work Manager no Android: Estratégias para Lidar com Falhas e Evitar Loops Exponenciais

Comments
4 min read
Step-by-step guide for a Java and Kotlin development environment.

Step-by-step guide for a Java and Kotlin development environment.

Comments
1 min read
Implementing Firebase Cloud Messaging (FCM) in Android Studio with Kotlin | Step-by-Step Tutorial

Implementing Firebase Cloud Messaging (FCM) in Android Studio with Kotlin | Step-by-Step Tutorial

Comments
2 min read
When thinking about Java fields we use-site target in Kotlin

When thinking about Java fields we use-site target in Kotlin

Comments
7 min read
Test based on Enum type(DynamicTest)

Test based on Enum type(DynamicTest)

Comments
2 min read
Setting Up Kotlin for GraphQL: A Step-by-Step Guide

Setting Up Kotlin for GraphQL: A Step-by-Step Guide

Comments
2 min read
Demystify coroutineScope (not CoroutineScope)

Demystify coroutineScope (not CoroutineScope)

Comments 1
4 min read
Implementing In-App Purchases in Android Apps: Latest Practices and Key Considerations

Implementing In-App Purchases in Android Apps: Latest Practices and Key Considerations

Comments
6 min read
Android Development Resources

Android Development Resources

Comments
1 min read
Integrate Active Speaker in Kotlin for Android Video Chat App?

Integrate Active Speaker in Kotlin for Android Video Chat App?

Comments
8 min read
loading...