Using the Scaffold and Slot APIs in Jetpack Compose

Build awesome Android applications

Siva Ganesh Kantamani
Better Programming
Published in
5 min readJul 5, 2021

--

Devices on desk
Photo by AltumCode on Unsplash.

In this article, we’re going to learn about the Scaffold and Slot APIs and how to use them to design a fully functional screen in an Android application. You’ll learn how to create a top bar, a bottom navigation view, a drawer, and the main content of the screen. Most importantly, you’ll learn how Scaffold holds all of…

--

--