Blog
How to create a dialog with a loader in Jetpack Compose?
Dialogs are essential in apps for showing progress or getting user attention. In this guide, we’ll create a simple loading dialog in Jetpack Compose
November 26, 2024
No Comments
Blog
How to create a dialog with blur background in Jetpack compose?
The Dialog component displays pop up messages or requests user input on a layer above the main app content. It is a common UI component
October 31, 2024
No Comments
Android Topics
Understanding inline, noinline & crossinline in Kotlin
An inline function in Kotlin is a function whose body is copied directly into the calling code at compile time, rather than being called
October 27, 2024
No Comments
Getting Started with Google Analytics 4 (GA4): A Beginner’s Guide
Google Analytics 4 (GA4) is the latest version of Google Analytics, designed to offer a more complete view of user behavior across different platforms.
October 2, 2024
1 Comment