Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

medium.com

Stories by App Dev Insights on Medium

Get the latest updates from Stories by App Dev Insights on Medium directly as they happen.

Follow now < 10 followers

Latest posts

Last updated 26 days ago

Value classes in kotlin

about 1 month ago

A value class in Kotlin is a lightweight wrapper around a single...

Feature management and feature toggling tools

3 months ago

What is Feature Toggling?Feature toggling (also called feature flagging) allows developers to...

Build a Modern QR Code Scanner App in Android with Jetpack Compose + CameraX + ML Kit

3 months ago

In this tutorial, we’ll walk through creating a QR code scanner app...

Build a Text Recognition App using ML Kit and Jetpack Compose

3 months ago

In this tutorial, we will learn how to create a text recognition...

@State, @StateObject, @ObservedObject, @EnvironmentObject in swift

4 months ago

In SwiftUI, @State, @ObservedObject, @StateObject, and @EnvironmentObject are property wrappers used to...

UserDefaults in ios

4 months ago

UserDefaults is a key-value storage mechanism in iOS (and macOS) that allows...

What is the purpose of the deinit method in classes?

4 months ago

The deinit method in Swift is a special method that is called...

Concept of access control in Swift.

4 months ago

Access control in Swift is a mechanism that regulates the visibility and...

Variable, Constants & Static in swift

4 months ago

In Swift, variables, constants, and static properties are key concepts used to...

Kotlin 2 non-local break and continue within lambdas.

7 months ago

Kotlin 2 introduces non-local break and continue capabilities within lambdas, a feature...