Relative Content

Tag Archive for android-jetpack-composeandroid-jetpackandroid-jetpack-compose-material3

Custom arrangement in Jetpack Compose LazyVerticalGrid

In LazyColumn, we can implement a custom arrangement that pushes the footer to the bottom of list when there are many items and keeps it fixed at the bottom of viewport when there are few items. The code like this: