Skip to content

Demonstrating the use of recyclerview to layout elements with a LinearLayoutManager

Notifications You must be signed in to change notification settings

Hiteshi-Singhal-17/RecyclerView

Repository files navigation

Companies - Android RecyclerView

Companies demonstrating the use of RecyclerView to layout elements with a LinearLayoutManager. Companies logo along with their name are displayed using recycler view.

Introduction

Companies demonstrating the use of RecyclerView to layout elements with a LinearLayoutManager.

RecyclerView makes it easy to efficiently display large sets of data. One supply the data and define how each item looks, and the RecyclerView library dynamically creates the elements when they're needed. As the name implies, RecyclerView recycles those individual elements. When an item scrolls off the screen, RecyclerView doesn't destroy its view. Instead, RecyclerView reuses the view for new items that have scrolled onscreen. This reuse vastly improves performance, improving your app's responsiveness and reducing power consumption.

Scroll to see company name along with the logo.

Pre-requisites

  • Android SDK 33
  • Android Build Tools
  • Android Support Repository

Screenshots

Screenshot (21) Screenshot (22)

References

https://developer.android.com/guide/topics/ui/layout/recyclerview
https://www.javatpoint.com/android-recyclerview-list-example
https://stackoverflow.com/questions/40584424/simple-android-recyclerview-example

About

Demonstrating the use of recyclerview to layout elements with a LinearLayoutManager

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages