Skip to content
#

android-ktx

Here are 22 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

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