How to use Expandable RecyclerView in Kotlin ( Part 2  -  Nested RecyclerView )

preview_player
Показать описание
Before we have a video about using Nested RecyclerView:

What is Nested RecyclerView?
Nesting is the act of implementing a RecyclerView within another RecyclerView. Many apps use a vertically oriented outer (parent) RecyclerView, whereas the inner (child) RecyclerViews are horizontally oriented.

Expandable RecyclerView:
We can use expandable RecyclerView with any stock Android RecyclerView to provide expandable items

💾 Github Source :

🗒️ Medium's Article :

✨ Join Medium to read thousands of valuable stories ✨

If you're looking to enhance your Android skills or have any questions about the field, feel free to reach out to me on MentorCruise. I'm here to support your growth and learning! Let's connect and learn together! 📚💡
Рекомендации по теме
Комментарии
Автор

Nice Explanation and Easy to understand everyone. Thank you very much

SatheeshKumarDanebalan
Автор

What is the next topic you would like to be taught? 😊

AndroidGeekCo
Автор

hey! i've been following your tutorials for a while and I really enjoy your diligence.

Could please the next video be on a guide tour to kotlin's docs and its official website because as a beginner, looking for kotlin's reference is overwhelming and not understandable

have a great day

ethanamjad
Автор

Hey, first thank u so much, but can you make a video showing how to handle a click on the child items?, using corroutines is better.

andonythespinoza
Автор

Hey the tutorial is very good and easy to understand. I have a doubt, is it possible to show multilayer in this example you have explained? I mean flower--->rose---->red rose, black rose. Something like this

prasanthraja
Автор

Hi! How to refer to each position (name)?

edxjpyw