Browsing Tag
kotlin
39 posts
How to Show the Native Android Location Enable Popup in React Native (No Third-Party Libraries)
This guide provides a detailed, step-by-step process for creating a native Android module that can: Check if the…
Project KARL
Hello Readers It’s day #69 of building KARL – AI. Update: Project is in Development Stage. We’re close…
From expected to actual: Kotlin doesn’t reinvent, it reuses 🔄
A few days ago, I decided to dive into Kotlin. The reason? Work. I knew Kotlin was based…
Hello Folks. I have written my first post on dev to, about Scope Functions in Kotlin. Feel free to give it a read and drop a review or suggestion. Also, would love to know your favourite scope function, or your favourite feature of Kotlin. Happy reading!
Scope Functions in Kotlin Prithviraj Kapil ・ May 30 #kotlin #oop #tutorial #programming
Why Java Is Still a Good Choice for Enterprise Software Development
Java has always been one of the most in-demand programming languages, with around 40% of employers looking to…
Call for Contributors
Hey everyone! I’m looking for more contributors for my open source project: Avisen. If you’re interested in Kotlin,…
How to setup compose desktop hot reload
Steps: Use Kotlin 2.1.20-RC (or any higher if released) Apply the plugin Wrap the content of a window…
Understanding Selection Sort in Kotlin: A Beginner’s Guide
What is Selection Sort? Selection Sort is a simple and intuitive sorting algorithm that divides the input array…
Configurable Kong API Gateway with Micronaut Services in Kotlin — A very odd Yucca tribute concert
1. Introduction King Kong, the Movie, was released on the 28th of April 1933. Fast forward and Donkey…
Coroutines, Distributed Cache, Resilience, and Replication in Kotlin — Making a VMA’s application
1. Introduction A coroutine is a concept that has been around since at least 1958. It was brought…