After reading this guide you will become confident in using effect composables in your composable code. We will see why effect composables are important and what options there are so that you know what to use for each use case.
In this tutorial, you will learn about the UX of Android runtime permissions and how to implement required and optional permission flows using Jetpack Compose.
This guide will show you how to handle text focus in Jetpack Compose. There are different APIs responsible for different functionalities around text focus: the FocusRequester, the FocusManager and the various focus related Modifiers. We'll cover all of them and how to utilize them in your Jetpack Compose applications.
In this article I will share my experiences using Compose Desktop building Ubidrop, a file sharing app and will give you an idea whether this technology is a good fit for your business.
This tutorial will teach you how to model complex screens in Jetpack Compose. Composable functions can represent different things on a screen. A composable function might represent a entire screen or individual elements on a screen.
All about State in Jetpack Compose. Learn about what State is, how to create it and use it. You will learn about stateful and stateless composables and their gotchas. There is also a bonus section in the end 🎁.
A Jetpack Compose tutorial that teaches you how to use Firebase Auth with Jetpack Compose to authenticate via Facebook using the LoginButton or custom UI.
A Jetpack Compose tutorial that shows you step-by-step how to create a new Jetpack Compose project and how to add Compose to an existing Android project.
A Jetpack Compose tutorial that introduces the basics of Compose. Teaches you how to understand Jetpack Compose code, how to build basic layouts using your existing Views knowledge. Includes glimpsable cheat sheet with common Compose patterns.