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.
What is the difference between val and const val in kotlin?

What is the difference between val and const val in kotlin?

2
Comments
2 min read
Exposed RSQL Search Implementation

Exposed RSQL Search Implementation

1
Comments
6 min read
Mastering Kotlin's Scope Functions: let, run, with, apply, and also 🎯

Mastering Kotlin's Scope Functions: let, run, with, apply, and also 🎯

1
Comments
3 min read
Beginner's Guide to Understand Build Gradle Files in Android Studio

Beginner's Guide to Understand Build Gradle Files in Android Studio

4
Comments
8 min read
How to learn Kotlin: A guide for beginners & Android developers

How to learn Kotlin: A guide for beginners & Android developers

1
Comments
14 min read
Servicios en Android🛸

Servicios en Android🛸

10
Comments
5 min read
Using ParallelGC for the Kotlin process in Android Builds

Using ParallelGC for the Kotlin process in Android Builds

1
Comments
3 min read
KotlinConf ’23 Recap

KotlinConf ’23 Recap

5
Comments 1
4 min read
Code Smell 208 - Null Island

Code Smell 208 - Null Island

Comments
3 min read
[Tiny] Nice Way to Build Strings in Kotlin

[Tiny] Nice Way to Build Strings in Kotlin

1
Comments
1 min read
Kotlin-inline, crossline, noinline function and reified: Everything you need to know(Android) — Part 1

Kotlin-inline, crossline, noinline function and reified: Everything you need to know(Android) — Part 1

Comments
2 min read
Is There an Equivalent of Spring Boot for Kotlin?

Is There an Equivalent of Spring Boot for Kotlin?

50
Comments 16
6 min read
🏅 Http4k: Top 5 Server-Side Frameworks for Kotlin in 2022

🏅 Http4k: Top 5 Server-Side Frameworks for Kotlin in 2022

Comments
6 min read
Basic Kotlin/Java + Spring app with GitHub OAuth 2.0

Basic Kotlin/Java + Spring app with GitHub OAuth 2.0

4
Comments
5 min read
Android vs Desktop App Kotlin Compilation Process

Android vs Desktop App Kotlin Compilation Process

2
Comments
2 min read
Context en Android

Context en Android

4
Comments
4 min read
Synking all the things with CRDTs: Local first development

Synking all the things with CRDTs: Local first development

11
Comments 1
10 min read
Kotlin is `fun` - lambdas with receivers

Kotlin is `fun` - lambdas with receivers

5
Comments
2 min read
Mastering Kotlin's Object-Oriented Programming 101: Unleashing the Full Potential of Your Code.

Mastering Kotlin's Object-Oriented Programming 101: Unleashing the Full Potential of Your Code.

4
Comments
10 min read
How to Set Up Weekly Notifications in Android: Recurring Notifications, Styling Options, and More.

How to Set Up Weekly Notifications in Android: Recurring Notifications, Styling Options, and More.

2
Comments
4 min read
Top 5 Programming Languages to Learn in 2023 for Career Growth and Job Opportunities

Top 5 Programming Languages to Learn in 2023 for Career Growth and Job Opportunities

1
Comments
2 min read
Koin - scopes

Koin - scopes

8
Comments
3 min read
ViewModel scoping and the Google Play Billing library

ViewModel scoping and the Google Play Billing library

1
Comments
4 min read
Kotlin Infix Notation is Confusing

Kotlin Infix Notation is Confusing

1
Comments
2 min read
Store JWT Token with Coroutines

Store JWT Token with Coroutines

22
Comments
2 min read
dev.to + TOC + emojis = how I lost a weekend

dev.to + TOC + emojis = how I lost a weekend

5
Comments 3
8 min read
🏅 Ktor: Top 5 Server-Side Frameworks for Kotlin in 2022

🏅 Ktor: Top 5 Server-Side Frameworks for Kotlin in 2022

1
Comments
6 min read
Scaffold en Jetpack Compose

Scaffold en Jetpack Compose

Comments
3 min read
How to Implement Custom Fonts using Downloadable Google Fonts?

How to Implement Custom Fonts using Downloadable Google Fonts?

3
Comments
2 min read
Calling onResume() from your ViewModel in Android.

Calling onResume() from your ViewModel in Android.

1
Comments
3 min read
Encode URL in Kotlin

Encode URL in Kotlin

1
Comments
1 min read
Kotlin fundamentals Part II: conditions

Kotlin fundamentals Part II: conditions

Comments
2 min read
MODULE ONE: INTRODUCTION TO KOTLIN PROGRAMMING 101.

MODULE ONE: INTRODUCTION TO KOTLIN PROGRAMMING 101.

3
Comments
15 min read
Release Android Mirroring Tool ScrcpyHub v2.0.0

Release Android Mirroring Tool ScrcpyHub v2.0.0

Comments
3 min read
What is Kotlin Reified Type Parameter?

What is Kotlin Reified Type Parameter?

7
Comments
2 min read
Adding subscriptions to your Android app. Part 3. Checking if user is subscribed

Adding subscriptions to your Android app. Part 3. Checking if user is subscribed

9
Comments
7 min read
The Advantages of Kotlin for App Development: A Marketing Perspective

The Advantages of Kotlin for App Development: A Marketing Perspective

42
Comments
5 min read
The 500 DON'Ts about Android Development

The 500 DON'Ts about Android Development

2
Comments 3
9 min read
Equals method for data class in Kotlin

Equals method for data class in Kotlin

2
Comments
2 min read
Kotlin is `fun` - extension functions

Kotlin is `fun` - extension functions

3
Comments
4 min read
Going Swiftly: Using a Swift-only libraries in your Kotlin Multiplatform App

Going Swiftly: Using a Swift-only libraries in your Kotlin Multiplatform App

28
Comments 4
5 min read
Advanced Search and Filtering with JPA Specifications in Kotlin

Advanced Search and Filtering with JPA Specifications in Kotlin

Comments
4 min read
Kotlin collections' chained functions optimization

Kotlin collections' chained functions optimization

Comments
3 min read
How to Debug Jetpack Compose Recomposition with Logging?

How to Debug Jetpack Compose Recomposition with Logging?

2
Comments
4 min read
Lazy in Kotlin

Lazy in Kotlin

Comments
3 min read
I Created A Simple Note App With Jetpack Compose

I Created A Simple Note App With Jetpack Compose

3
Comments
2 min read
Talking about Kotlin Coroutines

Talking about Kotlin Coroutines

10
Comments 6
2 min read
Companion Object in Kotlin

Companion Object in Kotlin

Comments
2 min read
Distributed job runner/task scheduler with postgres and spring

Distributed job runner/task scheduler with postgres and spring

Comments
3 min read
Kotlin is `fun` - Function types, lambdas, and higher-order functions

Kotlin is `fun` - Function types, lambdas, and higher-order functions

5
Comments
6 min read
Implement pending purchases with Amazon IAP

Implement pending purchases with Amazon IAP

Comments
4 min read
Kotlin fundamentals Part I: variables & constants

Kotlin fundamentals Part I: variables & constants

Comments
2 min read
Kotlin Code Smell 017 - Pattern Abusers

Kotlin Code Smell 017 - Pattern Abusers

Comments
1 min read
Adding subscriptions to your Android app. Part 2. Busy work

Adding subscriptions to your Android app. Part 2. Busy work

2
Comments
2 min read
Kotlin with Spring Boot Setup

Kotlin with Spring Boot Setup

2
Comments
3 min read
Adding subscriptions to your android app. Part 1. The UI

Adding subscriptions to your android app. Part 1. The UI

7
Comments
3 min read
If use Jetpack compose don't use Shared Preference

If use Jetpack compose don't use Shared Preference

15
Comments 2
2 min read
Kotlin is `fun` - Some cool stuff about Kotlin functions

Kotlin is `fun` - Some cool stuff about Kotlin functions

5
Comments
4 min read
When encapsulation is a trouble...

When encapsulation is a trouble...

2
Comments
2 min read
Custom Theming in Jetpack Compose

Custom Theming in Jetpack Compose

5
Comments
4 min read
loading...