- Published on
One Jetpack Compose article in your inbox, once per week.
Plus special offers I send exclusive to my subscribers.
Plus special offers I send exclusive to my subscribers.
You can unsubscribe anytime.
Loading...
Previously sent articles
- Published on
In this article Sinasamaki teaches you how to animate your Google Maps in Jetpack Compose.- Published on
Learn how to use Bottom Sheets in Jetpack Compose- Published on
In this tutorial we will see how to install Maestro Studio on your machine, how to use it to automate the creation of your testing flows.- Published on
Jorge Castillo shares his in-depth knowledge about how Layout Modifiers work under the hood in Jetpack Compose.- Published on
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.- Published on
Learn how to how to create your own log in button to sign in with Facebook using Jetpack Compose and Firebase Authentication.- Published on
This tutorial will teach you how to open other apps and ask for data using the ActivityResultContract in Jetpack Compose.- Published on
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.- Published on
Scaffold is a composable that works as a base for your screen(s). It can be used as a core layout that you can build on top of.- Published on
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.- Published on
In this article I will share my experiences using Jetpack Compose Desktop building Ubidrop, a file sharing app and will give you an idea whether this technology is a good fit for your business.- Published on
For the rest of 2022, you can purchase your copy of View to Composable for as little of $1.- Published on
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.- Published on
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 🎁.- Published on
This tutorial will show you how to enable developer settings in any Android phone so that you can install and debug applications using ADB.- Published on
A Jetpack Compose tutorial that teaches you how to use Firebase Auth with Jetpack Compose to authenticate via Google Sign-In.- Published on
This tutorial will teach you how to use Maestro in order to automate your UI testing.- Published on
A visual guide showcasing the effects of different ContentScale types used on an Image composable.- Published on
Jetpack Compose 1.2.0 brings new Downloadable fonts API, Lazy Grids, WindowInsets, easing curves for animation and more. See the summary of what changed.