Hello, in this video, I will be talking about the RecyclerView for Android.
Codeible:
https://codeible.com/view/videotutorial/fU37QIkkGTqBnJ5BCMgm;title=RecyclerView
Latest RecyclerView Version:
https://developer.android.com/jetpack/androidx/releases/recyclerview
The RecyclerView is view that we can swipe vertically or horizontally across the screen to slide through a multiple views and data.
Unlike the ListView, the RecyclerView is meant to display large amount of data. This is because in a LiveView, if there are 50 items you want to display, all 50 items must be ready to go from the start.
In a RecyclerView, the system will only display the necessary amount of views it needs to fill the screen. Then as you swipe, it will recycle the views and repopulate the data in each view that is visible.
Support Codeible on Patreon!
https://www.patreon.com/codeible
Reddit:
https://www.reddit.com/user/Codeible
Follow on Pinterest:
https://www.pinterest.com/codeible/
Follow on Instagram:
https://www.instagram.com/codeibleig/
Follow on Twitter:
https://twitter.com/intent/follow?original_referer=https%3A%2F%2Fcodeible.com%2F&ref_src=twsrc%5Etfw&screen_name=kingwaimark&tw_p=followbutton