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.
Leetcode: Symmetric Tree (Kotlin)

Leetcode: Symmetric Tree (Kotlin)

4
Comments
1 min read
Leetcode — Kth Smallest Element in a BST (Kotlin)

Leetcode — Kth Smallest Element in a BST (Kotlin)

4
Comments
2 min read
Leetcode — Valid Parentheses (Kotlin)

Leetcode — Valid Parentheses (Kotlin)

4
Comments
2 min read
Freshly Learned Kotlin Techniques

Freshly Learned Kotlin Techniques

5
Comments
1 min read
Keyboard handling in Jetpack Compose

Keyboard handling in Jetpack Compose

54
Comments 1
5 min read
Convert RecycleView to LazyColumn - Jetpack Compose

Convert RecycleView to LazyColumn - Jetpack Compose

7
Comments
6 min read
Improving the user interface of my calculator app, kotlin Android studio

Improving the user interface of my calculator app, kotlin Android studio

3
Comments
1 min read
How I finally understood what Encapsulation is

How I finally understood what Encapsulation is

47
Comments 6
4 min read
Defensive development: Gradle plugin development for busy engineers

Defensive development: Gradle plugin development for busy engineers

24
Comments
12 min read
Solving the FizzBuzz exercise with TDD

Solving the FizzBuzz exercise with TDD

5
Comments
1 min read
How to create a new inspecion for IDEA

How to create a new inspecion for IDEA

4
Comments
4 min read
@JsExport guide for exposing Kotlin to JS

@JsExport guide for exposing Kotlin to JS

28
Comments
8 min read
Dagger/Hilt vs Koin for Jetpack Compose apps

Dagger/Hilt vs Koin for Jetpack Compose apps

6
Comments
8 min read
How to write and save a PDF file in Android using Intents

How to write and save a PDF file in Android using Intents

5
Comments
1 min read
Step-by-step Guides to Implement RecycleView

Step-by-step Guides to Implement RecycleView

6
Comments
3 min read
MongoDB $weeklyUpdate (March 11, 2022): Realm Kotlin Beta, Expo & Realm, MongoDB Stable API, and More!

MongoDB $weeklyUpdate (March 11, 2022): Realm Kotlin Beta, Expo & Realm, MongoDB Stable API, and More!

7
Comments
3 min read
Unit testing with Mockk tweaks and tricks part1

Unit testing with Mockk tweaks and tricks part1

21
Comments
5 min read
Kotlin Koin - Android Tutorial for Beginners

Kotlin Koin - Android Tutorial for Beginners

9
Comments
3 min read
Add Kotlin/JS support to your KMM library

Add Kotlin/JS support to your KMM library

25
Comments 1
5 min read
Adding Klint to my Android apps

Adding Klint to my Android apps

7
Comments
2 min read
Building a Kotlin Mobile App with the Salesforce SDK: Editing and Creating Data

Building a Kotlin Mobile App with the Salesforce SDK: Editing and Creating Data

11
Comments
5 min read
Intro showcase view using Jetpack Compose

Intro showcase view using Jetpack Compose

2
Comments
1 min read
Notification Alert! Integration of Huawei Push Kit in Application (Kotlin)

Notification Alert! Integration of Huawei Push Kit in Application (Kotlin)

5
Comments
4 min read
Why using Navigation-Compose in your Jetpack Compose app is a bad idea

Why using Navigation-Compose in your Jetpack Compose app is a bad idea

8
Comments
7 min read
JWT authentication for Spring Boot simplified using GoTrue and Supabase

JWT authentication for Spring Boot simplified using GoTrue and Supabase

8
Comments
2 min read
Dividing Kotlin Multiplatform work in teams

Dividing Kotlin Multiplatform work in teams

39
Comments 1
6 min read
Cannot find a parameter with this name: message

Cannot find a parameter with this name: message

2
Comments
1 min read
Android Jogging App - Part 3

Android Jogging App - Part 3

5
Comments
2 min read
How to Implement Hilt in Android App?

How to Implement Hilt in Android App?

13
Comments
5 min read
Doodle 0.7.0 Released

Doodle 0.7.0 Released

6
Comments
4 min read
Kickstarting Ads Kit by integrating Interstitial Ads in Application (Kotlin)

Kickstarting Ads Kit by integrating Interstitial Ads in Application (Kotlin)

6
Comments
4 min read
Jetpack Compose Lifecycle

Jetpack Compose Lifecycle

6
Comments
3 min read
Kotlin Playground para aprendizes de Kotlin

Kotlin Playground para aprendizes de Kotlin

20
Comments
2 min read
Building a Kotlin Mobile App with the Salesforce SDK, Part 1: Getting Started

Building a Kotlin Mobile App with the Salesforce SDK, Part 1: Getting Started

15
Comments
7 min read
Building a Knowledge Base Service With Neo4j, Kafka, and the Outbox Pattern

Building a Knowledge Base Service With Neo4j, Kafka, and the Outbox Pattern

8
Comments
8 min read
Implementing payments with Android

Implementing payments with Android

6
Comments
3 min read
Guide to integrate Huawei Ads Kit in Banking app (Kotlin)

Guide to integrate Huawei Ads Kit in Banking app (Kotlin)

6
Comments
3 min read
Avoiding Stringly-typed in Kotlin

Avoiding Stringly-typed in Kotlin

7
Comments
4 min read
Android Jogging App - Part 2

Android Jogging App - Part 2

4
Comments
3 min read
My first Calculator App using Kotlin, Android Studio

My first Calculator App using Kotlin, Android Studio

4
Comments
1 min read
Android Jogging App - Part 1

Android Jogging App - Part 1

9
Comments 1
3 min read
DynamoDB local - Um mock funcional para o DynamoDB

DynamoDB local - Um mock funcional para o DynamoDB

6
Comments
5 min read
Spring Kafka Streams playground with Kotlin - V

Spring Kafka Streams playground with Kotlin - V

10
Comments
6 min read
Kotlin Basics

Kotlin Basics

8
Comments
1 min read
Spring Kafka Streams playground with Kotlin - IV

Spring Kafka Streams playground with Kotlin - IV

14
Comments
4 min read
Understand Kotlin Function Literal with Receiver by Example

Understand Kotlin Function Literal with Receiver by Example

8
Comments
3 min read
Spring Kafka Streams playground with Kotlin - III

Spring Kafka Streams playground with Kotlin - III

11
Comments
5 min read
Spring Kafka Streams playground with Kotlin - II

Spring Kafka Streams playground with Kotlin - II

15
Comments
8 min read
Implementing Jetpack Compose + Orbit MVI

Implementing Jetpack Compose + Orbit MVI

10
Comments
3 min read
Spring Kafka Streams playground with Kotlin - I

Spring Kafka Streams playground with Kotlin - I

20
Comments
7 min read
Find Nearby ATMS with integration of Huawei Site Kit in Banking app (Kotlin)

Find Nearby ATMS with integration of Huawei Site Kit in Banking app (Kotlin)

2
Comments
4 min read
Setting up Spring Kafka With Kotlin

Setting up Spring Kafka With Kotlin

14
Comments 1
9 min read
Desvendando o Spring Application Context

Desvendando o Spring Application Context

12
Comments 2
6 min read
Compose Navigation Reimagined

Compose Navigation Reimagined

5
Comments
3 min read
Tic-tac-toe: from MVP to Jetpack Compose

Tic-tac-toe: from MVP to Jetpack Compose

17
Comments 5
9 min read
How to create Adapters easily in 2022 as an Android Developer

How to create Adapters easily in 2022 as an Android Developer

3
Comments
3 min read
Internationalization: a practical example with Spring Boot

Internationalization: a practical example with Spring Boot

14
Comments 1
4 min read
The Imposter's Guide To Dependency Injection

The Imposter's Guide To Dependency Injection

71
Comments
6 min read
Into the Compose-Verse, A beginner guide to Android Development With Jetpack Compose

Into the Compose-Verse, A beginner guide to Android Development With Jetpack Compose

7
Comments
9 min read
Spring Boot - Easy customizations for your applications!

Spring Boot - Easy customizations for your applications!

5
Comments
4 min read
loading...