Skip to content
#

lazycolumn

Here are 46 public repositories matching this topic...

A Text viewer for Android written in Kotlin. Allows viewing of .txt, .html, .xml, .css, .csv, .json file types. Makes use of JetPack Compose's LazyColumn and fully implemented in Jetpack compose using Material You 3.0 dynamic theming.

  • Updated Apr 4, 2024
  • Kotlin
Navigation-in-Jetpack-Compose

In Android Jetpack Compose, the equivalent of RecyclerView for creating a scrollable column with efficient item handling and recycling is the LazyColumn composable. It provides similar functionality to RecyclerView, such as handling large datasets, recycling and reusing item views, and efficiently rendering only the visible items on the screen.

  • Updated Jul 6, 2023
  • Kotlin

Improve this page

Add a description, image, and links to the lazycolumn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lazycolumn topic, visit your repo's landing page and select "manage topics."

Learn more