Row, Column and Box in Compose

In Jetpack Compose, a layout is a component used to arrange and position other composables on the screen. Layouts play a crucial role in defining the structure and organization of…

Comments Off on Row, Column and Box in Compose

Composable Function

A composable function in Jetpack Compose is a special type of function used to define a UI component  that allows you to create reusable pieces of user interface. Here are…

Comments Off on Composable Function

JetPack Compose Introduction

Jetpack Compose is a modern, declarative UI toolkit for building native Android apps. It's part of the Android Jetpack family, which is a set of libraries, tools, and guidance for…

Comments Off on JetPack Compose Introduction