DEV Community

# jetpackcompose

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
All You Need To Know About Modal Navigation Drawers In Jetpack Compose

All You Need To Know About Modal Navigation Drawers In Jetpack Compose

1
Comments
5 min read
Desenvolvimento de Aplicativos com Kotlin, Room e Jetpack Compose: Uma Jornada para Interfaces de Usuário Modernas e Eficientes

Desenvolvimento de Aplicativos com Kotlin, Room e Jetpack Compose: Uma Jornada para Interfaces de Usuário Modernas e Eficientes

2
Comments
16 min read
CatGPT - or How to Position Elements on Overlays

CatGPT - or How to Position Elements on Overlays

13
Comments 1
6 min read
Building Android Application with Jetpack Compose

Building Android Application with Jetpack Compose

7
Comments 2
4 min read
More Accessible Graphs with Jetpack Compose Part 3: Differentiating without Color

More Accessible Graphs with Jetpack Compose Part 3: Differentiating without Color

16
Comments
5 min read
Creating interactive UIs with Motion Layout using Jetpack Compose

Creating interactive UIs with Motion Layout using Jetpack Compose

3
Comments
13 min read
A beginner's guide to OAuth 2.0 with Google sign-in: Enhance Android app authentication

A beginner's guide to OAuth 2.0 with Google sign-in: Enhance Android app authentication

6
Comments 1
10 min read
More Accessible Graphs with Jetpack Compose Part 2: Adding Keyboard Interaction

More Accessible Graphs with Jetpack Compose Part 2: Adding Keyboard Interaction

15
Comments
4 min read
More Accessible Graphs with Jetpack Compose Part 1: Adding Content Description

More Accessible Graphs with Jetpack Compose Part 1: Adding Content Description

19
Comments
7 min read
Building High Quality Android UI: Embracing Test Driven Development with Jetpack Compose

Building High Quality Android UI: Embracing Test Driven Development with Jetpack Compose

6
Comments
6 min read
Improving Android Accessibility with Modifiers in Jetpack Compose

Improving Android Accessibility with Modifiers in Jetpack Compose

13
Comments
8 min read
Como implementar uma busca com filtro no Jetpack Compose

Como implementar uma busca com filtro no Jetpack Compose

1
Comments
5 min read
Problemas comuns na recomposição do Jetpack Compose

Problemas comuns na recomposição do Jetpack Compose

5
Comments
6 min read
A Composable Journey: Creating a Unique UI using Jetpack Compose

A Composable Journey: Creating a Unique UI using Jetpack Compose

5
Comments
7 min read
Implementando debounce no Kotlin com Coroutines

Implementando debounce no Kotlin com Coroutines

1
Comments
6 min read
Boas práticas com Modifiers no Jetpack Compose

Boas práticas com Modifiers no Jetpack Compose

4
Comments
4 min read
Como implementar uma tela de carregamento no Jetpack Compose

Como implementar uma tela de carregamento no Jetpack Compose

1
Comments
6 min read
Datas no Jetpack Compose com Date Picker

Datas no Jetpack Compose com Date Picker

4
Comments 1
6 min read
Get your Compose callbacks under control using scopes

Get your Compose callbacks under control using scopes

3
Comments 1
5 min read
Como desenhar telas no Jetpack Compose

Como desenhar telas no Jetpack Compose

7
Comments
5 min read
Pass by Value vs CompositionLocal vs Static CompositionLocal

Pass by Value vs CompositionLocal vs Static CompositionLocal

1
Comments
4 min read
Compose Multiplatform the Powerful Tool for User Interfaces Building

Compose Multiplatform the Powerful Tool for User Interfaces Building

2
Comments 1
2 min read
Scaffold en Jetpack Compose

Scaffold en Jetpack Compose

Comments
3 min read
How to Implement Custom Fonts using Downloadable Google Fonts?

How to Implement Custom Fonts using Downloadable Google Fonts?

2
Comments
2 min read
How to Debug Jetpack Compose Recomposition with Logging?

How to Debug Jetpack Compose Recomposition with Logging?

2
Comments
4 min read
Custom Theming in Jetpack Compose

Custom Theming in Jetpack Compose

Comments
4 min read
Simple Example to Use WorkManager and Notification

Simple Example to Use WorkManager and Notification

3
Comments
5 min read
Convert Android App to Use Material 3 Design

Convert Android App to Use Material 3 Design

6
Comments
4 min read
Jetpack Compose and WindowSize Classes

Jetpack Compose and WindowSize Classes

9
Comments 5
14 min read
Implement Default Splash Screen Prior to Android 12

Implement Default Splash Screen Prior to Android 12

3
Comments
3 min read
Foldable-aware app layout

Foldable-aware app layout

3
Comments
7 min read
Jetpack Compose: A use case for view interop migration strategy

Jetpack Compose: A use case for view interop migration strategy

2
Comments
4 min read
About Window size class libraries

About Window size class libraries

1
Comments 2
2 min read
Side Effects Summary in Jetpack Compose

Side Effects Summary in Jetpack Compose

5
Comments
4 min read
Getting started with jetpack compose from XML

Getting started with jetpack compose from XML

Comments
4 min read
Composing the desktop

Composing the desktop

7
Comments
8 min read
Modern Android Development in 2023

Modern Android Development in 2023

8
Comments
15 min read
Bottom Sheet filters like Gmail

Bottom Sheet filters like Gmail

Comments
6 min read
Code your UI

Code your UI

4
Comments
6 min read
Convert Flow to SharedFlow and StateFlow

Convert Flow to SharedFlow and StateFlow

1
Comments
6 min read
Android 基礎 -- Part 06 Composable から ViewModel を経由して Repository の save 関数を 呼び出せるようにする

Android 基礎 -- Part 06 Composable から ViewModel を経由して Repository の save 関数を 呼び出せるようにする

Comments
2 min read
Exploring Different Ways to Collect Kotlin Flow

Exploring Different Ways to Collect Kotlin Flow

4
Comments
5 min read
Android 基礎 -- Part 04 TextField に入れた値を Button 押下でコンソールに出力する

Android 基礎 -- Part 04 TextField に入れた値を Button 押下でコンソールに出力する

Comments
1 min read
Add blur effect to Image in Jetpack Compose

Add blur effect to Image in Jetpack Compose

Comments
3 min read
Android 基礎 -- Part 02 Jetpack Compose で自動生成したプロジェクトのライブラリを調べて更新する

Android 基礎 -- Part 02 Jetpack Compose で自動生成したプロジェクトのライブラリを調べて更新する

Comments
3 min read
Android 基礎 -- Part 01 Jetpack Compose を使って Hello Android のアプリを生成して setContent と Preview の意味を学ぶ

Android 基礎 -- Part 01 Jetpack Compose を使って Hello Android のアプリを生成して setContent と Preview の意味を学ぶ

Comments
2 min read
Caching and Pagination with Paging 3 in Android & Jetpack Compose

Caching and Pagination with Paging 3 in Android & Jetpack Compose

1
Comments
10 min read
launchWhenCreated() vs launchWhenStarted() vs launchWhenResumed() vs repeatOnLifeCycle()

launchWhenCreated() vs launchWhenStarted() vs launchWhenResumed() vs repeatOnLifeCycle()

3
Comments
3 min read
GlobalScope vs viewModelScope vs lifecycleScope vs rememberCoroutineScope

GlobalScope vs viewModelScope vs lifecycleScope vs rememberCoroutineScope

4
Comments
4 min read
Android Jetpack Compose MVVM

Android Jetpack Compose MVVM

2
Comments
4 min read
Introduction to Kotlin Flows and Channels

Introduction to Kotlin Flows and Channels

8
Comments
4 min read
Flutter vs Jetpack Compose: The Battle of the Decade

Flutter vs Jetpack Compose: The Battle of the Decade

1
Comments
6 min read
Rotary Input in Wear OS with Compose

Rotary Input in Wear OS with Compose

5
Comments
2 min read
Exploring Android LiveData Usages and Behaviors

Exploring Android LiveData Usages and Behaviors

4
Comments
7 min read
Is Jetpack Compose ready for production development?

Is Jetpack Compose ready for production development?

2
Comments 3
10 min read
Searching Paged Data In Jetpack Compose

Searching Paged Data In Jetpack Compose

2
Comments
3 min read
Normal Variable vs remember vs remember mutabableStateOf Comparisons

Normal Variable vs remember vs remember mutabableStateOf Comparisons

2
Comments
2 min read
How to create realistic UI with Jetpack Compose

How to create realistic UI with Jetpack Compose

15
Comments
5 min read
View Model Creation in Jetpack Compose

View Model Creation in Jetpack Compose

6
Comments
2 min read
Activity and View Model Lifecycles Demo App

Activity and View Model Lifecycles Demo App

5
Comments
5 min read
loading...