Back to Browse

Android Recycler View

258 views
Feb 12, 2021
11:53

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

Download

1 formats

Video Formats

360pmp418.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Android Recycler View | NatokHD