Skip to content
#

android-ktx

Here are 23 public repositories matching this topic...

RecyclerView makes it easy to efficiently display large sets of data. You supply the data and define how each item looks, and the RecyclerView library dynamically creates the elements when they're needed.When an item scrolls off the screen, RecyclerView doesn't destroy its view.Instead, it reuses the view for new items that have scrolled onscreen.

  • Updated Jun 8, 2021
  • Java

Improve this page

Add a description, image, and links to the android-ktx 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 android-ktx topic, visit your repo's landing page and select "manage topics."

Learn more