Android

Jetpack Compose: Managing state of UI

In Jetpack compose state determine what is shown on UI. It is a value that changes over time. There are 2 ways to maintain state. Stateless composable: Stateless composable does not have any state or rely on parent state. This kind of composable does not require re- composition of UI. It is used to display static UI. Stateful...

by Reyansh Jatoliya
Tag: Jetpack Compose
26-Mar-2024

Android, Mobility

Jetpack Compose Tutorial For Beginners – Easy-to-Follow Steps

Join us in exploring Jetpack Compose—a cutting-edge toolkit that simplifies the process of crafting native user interfaces. This tutorial offers a comprehensive guide on utilizing various Jetpack Compose features such as Text, TextField, Preview, Column, Row, Button, Card, AlertDialog, and MaterialDesign elements. Let's kick things...

by Saurav Bansal
Tag: Jetpack Compose
11-Mar-2024