Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Introduction As Jetpack Compose continues to gain popularity in the Android ecosystem, it is...
A couple of weeks ago, I published a blog post Stacked Cards Layout With Compose - And Cats. The...
Yes, your app should work in both portrait and landscape modes - unless locked orientation is...
Large language models (LLM) have been in the headlines for quite a while now. Chatbots based on LLMs...
Jetpack Compose has revolutionized Android UI development, offering a modern and declarative way to...
[Article by Matteo Somensi] What is Compose Multiplatform? Compose Multiplatform is a...
Type-safe navigation in Jetpack Compose allows for strong typing and safety when passing arguments...
Would you like your WearOS app to have the same modern and sophisticated look as the latest Android...
Welcome to the fifth article in a series of tips and tricks about Compose Multiplatform. The content...
Welcome to the fourth part of On building a digital assistant for the rest of us. Last time, we...
Chào mọi người, Hôm nay, tôi sẽ kể cho bạn nghe một câu chuyện có thật về việc tôi xây dựng một thư...
Welcome to the second part of On building a digital assistant for the rest of us. Last time, I...
In this article, you’ll learn how to create accessible mobile apps for Android OS. It’s quite...
Understanding the Problem Let's understand the problem we face while creating previews of...
In this tutorial, we'll walk through setting up and configuring Apollo GraphQL in a Jetpack Compose...
Today we will discuss how to build a flashlight in Jetpack Compose. Step-by-step Guide Setting up...
In modern app development, user experience is paramount. Gone are the days when a simple loader at...
A modern approach to building android app widgets. Before diving into the topic, let’s...
In this article, we are going to learn how to optimize our app to look better on every...
Jetpack Compose's Navigation library has introduced long-awaited type safety, making navigation...
This code working fine for android 13 and later but not for below android 13 fun...
We've all been there. You tap a button in an app, expecting something magical to happen and then...
Welcome to the third part of On building a digital assistant for the rest of us. Last time, we...
When building apps with tabbed navigation in Jetpack Compose, it's common to face the challenge of...
Photo by Daniel Korpai on Unsplash In this article, you’ll learn how to integrate Material 3 in...
Get user location on android using google’s fused location provider and Jetpack Compose In this...
Introduction In Android, a Service is a component that performs long-running operations in the...
In one of our projects we converted Jetpack Compose Previews into screenshot tests to try out this...
Introduction Imagine scrolling through an app that loads images or content before you even...
In Jetpack Compose, we use **dimensionResource **to retrieve a dimension value from resources and...