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