Tag: Scaffold layout
-
Getting started with jetpack compose – Scaffold layout
A Scaffold is a layout that implements the basic material design layout structure. You can add things like a TopBar, BottomBar, FAB, or a Drawer. Jetpack Compose provides Scaffold Composable which can save a lot of time. It’s like a prebuilt template. If you’re new to Compose, I highly recommend going through the following articles: […]