Skip to content

Conversation

matc78
Copy link

@matc78 matc78 commented May 21, 2025

When displaying scrollable data on screen, the new Jetpack Compose API introduced lazy views instead of ListView, GridView and even RecycleView. These components use the technique of lazy loading, which consists of loading data only when it arrives at the display area. Import androidx.compose.foundation.lazy.* to benefit from objects like LazyColumn, LazyRow, LazyVerticalGrid or LazyHorizontalGrid.

@olegoaer olegoaer added 🗃️ rule Rule submission 🏆 challenge 🏆 Work done during the ecoCode Challenge labels May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🗃️ rule Rule submission 🏆 challenge 🏆 Work done during the ecoCode Challenge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants