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.
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.)
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 ?
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
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.
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.
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 ?
Unfortunately as far as I know the nested recyclerview will not recycle views at all. It will just load data at once. No views recycled in the inner recycler view.
"Attempt to invoke virtual method 'void androidx.recyclerview.widget.RecyclerView.setLayoutManager(androidx.recyclerview.widget.RecyclerView$LayoutManager)' on a null object reference".............. getting this error and my app crashes immedietly pls help
Thank you very much, I've been trying to complete a complicated project for months, Now eventually it got finished.
Thank you very much
Lovely video
Please can make a video getting the data from firebase
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.
One of the best example
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.)
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 ?
Greate Video ... I made my project ❤❤
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
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.
Thank you very much bro
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.
Bro nice explaination. Keep it up 🤠
Great! it's very helpful. please share the source code....
???
??
?
...
nice thank you
Great I want to different size of the image to add in the recycler view
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 ?
Use recyclerview pool
App is Nice
It will be Helpful if you could do it in kotlin
Does this method destroy the optimization of recycler view?
Unfortunately as far as I know the nested recyclerview will not recycle views at all. It will just load data at once. No views recycled in the inner recycler view.
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
I already uploaded tutorial with chat app so you can consider that one
Thanks, bro 🙂
Nice bro love you,🙏🙏🙏
Thanks bro for the love 🥳
Thanks bro
i couldn't find the nested recycler view in your github profile plz provide the link asa you read my comment
Good day
Please can make a video linking firebase data to it
Make Video On Call Images From Internet 🙏
Already done check out my wallpaper app
how to implement a click listener on a row image
Amazing !!!
Thanks bro 🤗
Bro please share the source code,
How to send Remote Notification like WhatsApp please make a video for different notification using firebase database
Yes definitely
not works for me :''(
not works for me🙃
show data with firebasenested recycler view
You Are Supperrrbbb Brother.....
I learn new way to add Nestesd RecycleView
+1 Subscribe
Thanks bro 🤗
It's not in kotlin
Langauge really not matter if you can make in java then you can also make in kotlin
@@TechProjects yeah
"Attempt to invoke virtual method 'void androidx.recyclerview.widget.RecyclerView.setLayoutManager(androidx.recyclerview.widget.RecyclerView$LayoutManager)' on a null object reference".............. getting this error and my app crashes immedietly pls help