Filters

Hide filters
Platform
Content Type
Difficulty

All Tutorials · 22 Results

Contained in: Jetpack Compose by Tutorials Jetpack Compose
Android & Kotlin
Jetpack Compose by Tutorials
…this book, you’ll learn how to build a powerful app using Jetpack Compose, how to style your apps using Material Design, special animations and state transitions, how to use modifiers and much more! This book will serve you as a central point that holds all the information you need…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Developing UI in Android

…same issue of reusability, scalability and performance. Review legacy ways of writing UI code, and explore the new and awesome UI toolkit called Jetpack Compose
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Keeping up to Date With Jetpack Compose

Learn about the all resources you can use to stay up to date with everything going on in the Jetpack Compose ecosystem…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Learning Jetpack Compose Fundamentals

Learn more about the theory of composable functions by trying out the basic Jetpack Compose components. Each composable function has a code sample and is shown inside…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Building Lists With Jetpack Compose

This chapter covers the theory behind scrollable containers and building dynamic horizontal and vertical lists in Jetpack Compose
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Accessibility in Jetpack Compose

Learn how to use Jetpack Compose in new projects and combine it with the View API, or how to add Jetpack Compose to existing projects…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Introduction

…only there was a tool that uses Kotlin, has a clear syntax and lets you develop UI without much sweat… Well, look no more! Jetpack Compose is the one UI toolkit to rule them all. It’s a fresh look at building user interfaces, providing: A Kotlin-powered API. Declarative…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

UI Tests in Jetpack Compose

Learn how to write component level & screen level UI tests in Jetpack Compose
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Applying Material Design to Compose

Learn how to implement Material Design components in Jetpack Compose. Dive deeper into state handling and implement more JetNotes features…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Adding View Compatibility

Learn how to use Jetpack Compose in new projects and combine it with the View API, or how to add Jetpack Compose to existing projects…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Appendix A: ViewGroups / Widgets to Jetpack Compose Cheatsheet

Since Jetpack Compose is still relatively new, you will find yourself working in hybrid codebases for a while, comprising older features built-in XML and newer ones adopting compose. This is a reasonably standard adoption pattern for any new technology. With this in mind, before concluding the book, here…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Building Complex UI in Jetpack Compose

Learn how to build a complex UI in Jetpack Compose using all the fundamental components and combining them together…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Building Layout Groups in Compose

The chapter covers the theory behind composable layouts and instructions on how to use those layouts to group basic elements into a more complex UI…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Conclusion

…heck of a journey together! Throughout this book, you’ve jumped into a completely new framework and came out as an expert on Jetpack Compose. Jetpack Compose is a powerful new UI toolkit, and after reading the book you know how to use a wide variety of tools that Compose
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Creating Widgets Using Jetpack Glance

Learn how to use Jetpack Compose in new projects and combine it with the View API, or how to add Jetpack Compose to existing projects…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Combining Composables

Learn how to combine different small composable functions into bigger and more complex custom UI. Learn how to think about the UI structure before implementing…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Using ConstraintSets in Composables

Learn how to reference ConstraintSets in Compose and how to use them to position views just like in a ConstraintLayout.
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Reacting to Compose Lifecycle

Learn how to listen to and react to lifecycle callbacks of Jetpack Compose components…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

What You Need

…follow along with this book, you’ll need the following: Kotlin 1.7: Since Jetpack Compose relies on a special Kotlin compiler, you need Kotlin 1.7 both to write the code and for the compiler to process special Jetpack Compose annotations. Android Studio Dolphin: Jetpack Compose is available publicly…
Android & Kotlin

Chapter in Jetpack Compose by Tutorials

Using Compose Modifiers

…this chapter you'll learn how to style your UI components using Jetpack Compose modifiers. Using them, you'll add shapes, colors, borders, paddings and more…