Contributions

Article
In this article, we are gonna see how to investigate performance bottlenecks in the application that might cause UI slowness or janks with the help of Perfetto.

This article will demonstrate how to identify issues using Perfetto, using a simple example. 😃
Article
Kotlin Coroutines is a very powerful library that comes along with a lot of APIs which provide out-of-box functionalities. In this article, we will look at one of the APIs i.e. select expression.
Library
Simplify mutating "immutable" state models (a Kotlin multiplatform library)
Library
Know about real-time state of a Android app Permissions with Kotlin Flow APIs.
Article
In this blog, we are gonna do the experiment with the very 🔥hot StateFlow as the title of this blog suggests, we have to build a utility which can help us combining multiple StateFlows into another transformed StateFlow. Before diving into it, let's understand why we need it.
Library
A utility (Gradle Plugin + CLI) to convert Jetpack Compose compiler metrics and reports to beautified HTML page.
Library
🚀Jetpack Compose utility library for capturing Composable content and transforming it into Bitmap Image🖼️
Article
We'll learn about common mistakes developers do with ViewModels and we'll see how to overcome this😎. ViewModel is an important part of AAC and it shouldn't know about framework components.
Article
Let’s see how to observe connectivity in Jetpack Compose way 🚗
Article
In this article, we'll see how to use Composable in the text line with InlineTextContent in Jetpack Compose
Event
We are excited to bring two interesting talks this month on KMM projects, compose, swift UI, GraphQL and learn the art of building server driven user interfaces! We welcome you to join us on Saturday 24th July from 6:00PM IST.
Library
🍲Foodium is a sample food blog Android application 📱 built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2/Hilt, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components).
Event
COIL is Kotlin first library backed by Kotlin Coroutines. It gives you an easy and concise API to deal with image loading. Oh and also it takes less space! In a nutshell, it's an easy-to-use, fast, lightweight, and modern library.

This talk will address
- Why you should consider this library for image loading?
- Understanding its API.
Article
This is a mini-blog where we'll see how a small mistake can lead to a confusing and serious issue.
Article
Make sure your internal business is safe from JVM when you're working on a library, SDK, etc.
Article
Hey developers 👋, welcome back to the second part of the series. In this article, I’ll walk you through some more or advanced recipes to cook your code tasty 😋 in Kotlin.
Article
In this article, I’ll walk you through some basic recipes to cook your code tasty 😋 in Kotin.
Library
📒 NotyKT is a complete 💎Kotlin-stack (Backend + Android) 📱 application built to demonstrate the use of Modern development tools with best practices implementation🦸.
Article
In this article, we’ll explore a way to automate workflows for distributing your Android application with Firebase App Distribution using GitHub Actions CI and Fastlane.
Article
In this article, we’ll learn to automate tasks for deploying your cool Android application to the Google Play Store using GitHub Actions and Fastlane. So you just need to Write Code, Push to GitHub and then relax! Action will work for you 😃.
Article
Hello Android developers, in this article we’ll take a look at publishing Android library to the GitHub Package Registry and automating it with GitHub Actions CI.
Article
In this article series, we’ll learn how to use the Proto DataStore for storing type based objects. DataStore is the latest Android Jetpack 🚀 library which will replace SharedPreferences.
Article
In this article series, we’ll learn how to use the latest Android Jetpack 🚀 library i.e. DataStore in Android apps.
Article
In this article, we’ll see how to access device location using the SIM card in Android without using GPS or location service
Article
It’s basically a new primitive for state handling. Designed to eventually replace ConflatedBroadcastChannel for state publication scenarios. It is a flow that emits updates to its collectors. Value can be observed by collecting values from the flow🌊.
Article
In this article, I’m going to demonstrate the use of GitHub Actions to publish open-source Android Library to Bintray when it is released.
Article
- Using kotlin Coroutines and Flow with Firebase Cloud Firestore.
- State management 📱
- Firebase-ing without any listener 😂.
Tutorial
🍲 Foodium is a sample food blog Android application 📱 built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components)

Showing the last 30 only...