Articles by Tag #jetpackcompose

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Getting started with splash screen in Jetpack Compose

Introduction As Jetpack Compose continues to gain popularity in the Android ecosystem, it is...

Learn More 43 1Oct 1 '24

Accessibility Considerations with Stacked Cards Custom Layout

A couple of weeks ago, I published a blog post Stacked Cards Layout With Compose - And Cats. The...

Learn More 10 1Jul 25 '24

Don't Lock the Screen Orientation! Handling Orientation in Compose

Yes, your app should work in both portrait and landscape modes - unless locked orientation is...

Learn More 8 0Jul 18 '24

On building a digital assistant for the rest of us (part 1)

Large language models (LLM) have been in the headlines for quite a while now. Chatbots based on LLMs...

Learn More 8 0Sep 5 '24

Mastering Jetpack Compose: Tips and Tricks for Modern Android UI Development

Jetpack Compose has revolutionized Android UI development, offering a modern and declarative way to...

Learn More 8 0Aug 26 '24

Cross-Platform UI Development with Jetpack Compose Multiplatform

[Article by Matteo Somensi] What is Compose Multiplatform? Compose Multiplatform is a...

Learn More 6 0Dec 15 '24

🌱 Type-safe navigation in Jetpack Compose - Quick Guide

Type-safe navigation in Jetpack Compose allows for strong typing and safety when passing arguments...

Learn More 6 0Sep 11 '24

First steps using Material3 in a WearOS Android App

Would you like your WearOS app to have the same modern and sophisticated look as the latest Android...

Learn More 5 0Sep 22 '24

Testing Compose Desktop apps: preparations

Welcome to the fifth article in a series of tips and tricks about Compose Multiplatform. The content...

Learn More 3 0May 12

On building a digital assistant for the rest of us (part 4)

Welcome to the fourth part of On building a digital assistant for the rest of us. Last time, we...

Learn More 3 0Sep 22 '24

Từ Design System đến Disaster System: Một câu chuyện cười về Breaking Change

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ư...

Learn More 3 0Mar 4

On building a digital assistant for the rest of us (part 2)

Welcome to the second part of On building a digital assistant for the rest of us. Last time, I...

Learn More 3 0Sep 10 '24

How to Provide Mobile Accessibility in Your Native Android App | Guide — Part 1

In this article, you’ll learn how to create accessible mobile apps for Android OS. It’s quite...

Learn More 2 1Jul 31 '24

How to create Previews of ViewModel-Dependent Composable in Jetpack Compose

Understanding the Problem Let's understand the problem we face while creating previews of...

Learn More 2 0Jan 28

Apollo GraphQL Integration in Jetpack Compose

In this tutorial, we'll walk through setting up and configuring Apollo GraphQL in a Jetpack Compose...

Learn More 2 0Jul 26 '24

Build a Flashlight in Jetpack Compose

Today we will discuss how to build a flashlight in Jetpack Compose. Step-by-step Guide Setting up...

Learn More 1 0Oct 15 '24

Shimmer animations in Jetpack Compose without extra dependencies

In modern app development, user experience is paramount. Gone are the days when a simple loader at...

Learn More 1 0Sep 6 '24

Build Android App Widgets With Jetpack Glance

A modern approach to building android app widgets. Before diving into the topic, let’s...

Learn More 1 0Dec 29 '24

Get your app for larger screens using window-size classes

In this article, we are going to learn how to optimize our app to look better on every...

Learn More 1 0Apr 2

Type-Safe Navigation in Jetpack Compose: Passing Custom Classes

Jetpack Compose's Navigation library has introduced long-awaited type safety, making navigation...

Learn More 1 0Nov 20 '24

Need help with App language | Android Compose

This code working fine for android 13 and later but not for below android 13 fun...

Learn More 1 0Aug 10 '24

Building an app-wide network status indicator in Jetpack Compose

We've all been there. You tap a button in an app, expecting something magical to happen and then...

Learn More 1 0Apr 25

On building a digital assistant for the rest of us (part 3)

Welcome to the third part of On building a digital assistant for the rest of us. Last time, we...

Learn More 1 0Sep 19 '24

Flat approach for tabbed Navigation in Jetpack Compose

When building apps with tabbed navigation in Jetpack Compose, it's common to face the challenge of...

Learn More 0 0Feb 20

Getting Started with Material Design 3 in Jetpack Compose

Photo by Daniel Korpai on Unsplash In this article, you’ll learn how to integrate Material 3 in...

Learn More 0 0Apr 21

Comprehensive Guide: Get User Location on Android with Jetpack Compose

Get user location on android using google’s fused location provider and Jetpack Compose In this...

Learn More 0 0Mar 23

Understanding Android Services: Types, Lifecycle, and Jetpack Compose Example

Introduction In Android, a Service is a component that performs long-running operations in the...

Learn More 0 0Jan 22

Compose Preview Screenshot Testing test drive

In one of our projects we converted Jetpack Compose Previews into screenshot tests to try out this...

Learn More 0 0Jan 24

Mastering Android Pagination with Paging 3 + Jetpack Compose

Introduction Imagine scrolling through an app that loads images or content before you even...

Learn More 0 0Jun 25

Why doesn't dimensionResource in Jetpack Compose use remember, and what happens if we add it?

In Jetpack Compose, we use **dimensionResource **to retrieve a dimension value from resources and...

Learn More 0 0Feb 2