RecyclerView with CardView | Kotlin | Android Studio

preview_player
Показать описание
If our apps needs to display a scrolling list of elements based on large data sets we usually use RecyclerView. Android RecyclerView is a more advanced and flexible version of the ListView. If you want to achieve good looking UI you should combine CardView with RecyclerView. #RecyclerView #CardView #JonyApps

Android RecyclerView with CardView using Kotlin – Android Studio

[ You can also Read: ]
- Make Your 1st Android App using Kotlin – Android Studio

- Android Snackbar using Kotlin – Android Studio

- Active to Passive Voice – English Grammar Learning App

In this tutorial you will learn the following:
★ RecyclerView
★ CardView
★ Integration RecyclerView with CardView

❈ Watch Other Videos ❈

▶ Make Your 1st Android App using Kotlin
▶ Make Android Snackbar
▶ Custom Toast Message
▶ Android Alert Dialog
▶ How to Make ListView

❈ Follow Us ❈

♥♥♥ Please SUBSCRIBE this channel:
♥♥♥ Facebook:
♥♥♥ Website:
Рекомендации по теме
Комментарии
Автор

Thank you. This helped me a lot to understand recyclerview.

dougvincent
Автор

recyclerView cannot be referenced at the very end of the tutorial... why?

yeahido
Автор

thank you for your video
Do you have a video about how open site when a button is clicked?

elifsevvalguler
Автор

Everything works but the description is not there. It says "Property itemDetails is never used" at the private val itemDetails = arrayOf("text1Des", "text2Des", "text3Des", "text4Des", "text5Des"). I have subscribed

CoppaCrafter
Автор

Hi,
Firstly I would like to thank you for the video, the best I found on Youtube: Cardview using Kotlin.

However, I'm new to coding, and would appreciate your help.

in the last section when editing the Main Activity I got a failed Build output issue with:

recyclerView.LayoutManager = layoutManager

the massages I receive are:
* Nested class 'LayoutManager' accessed via instance reference
* Classifier 'LayoutManager' does not have a companion object, and thus must be initialized here

mperkowi