Tag: list

  • Jetpack compose : List / LazyRow

    Jetpack compose : List / LazyRow

    Jetpack Compose has ushered in a new era of Android app development, bringing with it a wealth of features and components that make UI design a breeze. Among these, the LazyRow stands out as a versatile tool for displaying horizontally-scrolling lists of items efficiently, even when dealing with extensive datasets.

  • Jetpack compose : List /   LazyColumn

    Jetpack compose : List / LazyColumn

    Jetpack Compose has revolutionized Android app development, making UI design a delightful experience. In this article, we take a deep dive into Jetpack Compose’s LazyColumn, a powerful component for creating scrollable lists.