Skip to content
#

android-ktx

Here is 1 public repository matching this topic...

Language: Java
Filter by language

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