Nested Recyclerview in android studio | Nested recyclerview android example | Nested recyclerview

preview_player
Показать описание
In this video we are going to learn how to create nested recycler view in android studio
If you have any questions or queries comment down below
Subscribe the channel & share with your friends

➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
[Content Disclaimer]
This Video is for educational purpose only.
Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "FAIR USE" for purpose such as criticism, comment, news, reporting, teaching , scholarship, and research.
"FAIR USE" is a use permitted by Copyright Statute that might otherwise be infringing.
Non-Profit , Educational or Personal use tips the balance in favor of Fair Use.
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
If you think that I used your property by mistake in my videos then I'm Ready to give you whole credit
[Contact me on my Email For Further Discussion]
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
[Link To Contact Me]
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
[Join this telegram for free resources]
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
[For Source codes visit here]
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖

Thank You

queries solved in this video :-
how to create nested recycler view
nested recycler view in androids studio
how to make nested recycler view in android studio

#techprojects
#android
#coding
#programming
Рекомендации по теме
Комментарии
Автор

Thank you very much, I've been trying to complete a complicated project for months, Now eventually it got finished.

mdfaiz
Автор

Thank you very much
Lovely video
Please can make a video getting the data from firebase

adammakanu
Автор

Hello, that s very clear explanation, thank you :) but i got a question for you :) Consider that; i take the number of child lists from my user, so i dont know how many child lists i will have. What should i do ?

ibrahimylmaz
Автор

great tutorial and very deeply explained. thank you so much for the video. I'm new in this journey so i have a question, as we adding data in rows and nested rows in any activity it will increase the number of rows in java file that i think this will also increase the app size. so what are the options we have that we can reduce the code lines of add items for online app firebase available but for offline app what can be good a option ?

hdhub
Автор

Hello sir can you make video on Recyclerview .
When we click on 1st Recyclerview item then another item(with custom layout) on 2nd Recyclerview will be added by arraylist...
In other words click on any item of 1st Recyclerview will add new items(no limit ) on 2nd Recyclerview.

Example :
If Recyclerview1 contains item 1, item 2

On click item 1-- > item 1 added to 2nd Recyclerview.
Again click, item 2 added to Recyclerview2 .

On click item 2 : item 1 added to 2nd Recyclerview.
Again click, item 2 added to Recyclerview2.

Both are different Recyclerviews having same activity/fragment.
There is no parent/child relationship between them both are with different custom layouts.

bhupendrasisodia
Автор

How to add a bottom navigation bar with the existing layout so that when I scroll down, the bottom nav bar still shows? Please answer this question, I needed this for my project

mdshafi
Автор

Great I want to different size of the image to add in the recycler view

pratikpawade
Автор

On line 68, you cleared the childModelClassArrayList (so now its empty which doesn’t make sense, why add things to the array list if your just going to remove them in a later line).
Then on line 82 and 83, you both use “Recently” as the String param. So when Activity running, the first RecyclerView should say Recently, and the 2nd RecyclerView should say Recently as well (because you hit the clear on line 68 so it won’t start with “Latest” anymore). But when you show your phone, its starting with “Latest Movies” with the random order as if you never used the .clear() method call.

My guess is that your showing an end result on your phone that doesn’t reflect the code you just typed, and that’s why its confusing a lot of people.
(Thanks for teaching me though, but the ending can appear deceptive.)

magicalhats
Автор

In a prior reference at 18:23, you noted that ArrayLists typically hold elements of the same type. However, when dealing with various layouts within nested RecyclerViews, such as one child RecyclerView having two string-type items and one image-type item, another child RecyclerView containing one string-type and one image-type item, and a third child RecyclerView featuring one string-type but no image-type items, how can this situation be addressed? Thank you in advance for your guidance.

soebymf
Автор

Thanks for share! Good tutorial, but if I want implement autoscroll slider, can you help me? I'll try diferents methods but not working🙃 I'm starting now to learn code, and I have a RecyclerView with his adapter and model, but I cannot resolve the autoslider...thank you.

carolr
Автор

App is Nice
It will be Helpful if you could do it in kotlin

sairampalaniappan
Автор

Good day
Please can make a video linking firebase data to it

adammakanu
Автор

Super.
But u don't use getter and setters methods why?
In this recycler view how to add my SQL server database or firebase real-time database

rrajkumar
Автор

i couldn't find the nested recycler view in your github profile plz provide the link asa you read my comment

SA-ltpc
Автор

how to implement a click listener on a row image

aishanihema
Автор

Make Video On Call Images From Internet 🙏

wizardop
Автор

Great! it's very helpful. please share the source code....

shubhamdoke
Автор

Does this method destroy the optimization of recycler view?

ruslanjumatov
Автор

How to send Remote Notification like WhatsApp please make a video for different notification using firebase database

rrajkumar
Автор

show data with firebasenested recycler view

nitishfirebase