Guard Condition in when — Kotlin 2.1.0Kotlin 2.1.0 introduces a new feature guard conditions in when expressions or statements with subjects.Dec 9, 2024Dec 9, 2024
Published inMoEngageBuilding Deployment Pipelines for Mobile SDKs — Part 1In this series, we discuss how we built deployment(or release) pipelines for our SDKs at MoEngage.Dec 5, 2024Dec 5, 2024
Android 15: Private SpacesIn Android 15, Google introduced Private Space. Private space allows users to create a separate space on their devices to keep sensitive…Jul 11, 2024Jul 11, 2024
Toolbar replacement in ComposeBefore jumping into Toolbar in Jetpack Compose let’s look at what a Toolbar in the traditional View system does.Feb 19, 2024Feb 19, 2024
Never write Shell scripts again, use KotlinKotlin is a modern and mature programming language designed to make developers happier. It’s concise, safe, and provides many ways to reuse…Nov 24, 20233Nov 24, 20233
Scripting in KotlinIn version 1.3.70 of Kotlin the ability to run scripts from the command line was introduced.Oct 16, 20232Oct 16, 20232
Publishing your Android LibraryLibraries are an integral part of any ecosystem. Android ecosystem is no different, libraries constitute a significant portion of the…Oct 25, 20221Oct 25, 20221
Android 13: Notification Runtime PermissionUp until Android 13, applications did not require explicit user permission to post notifications. Applications could post notifications…May 3, 20221May 3, 20221