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