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

  Рет қаралды 20,134

Tech Projects

Tech Projects

2 жыл бұрын

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]
Email :- brijeshkumarsharma0002@gmail.com
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
[Link To Contact Me]
Instagram :- / tech__projects
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
[Join this telegram for free resources]
Telegram :- t.me/techprojectsbrijesh
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
[For Source codes visit here]
GitHub :- github.com/Brijesh-kumar-sharma
➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
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

Пікірлер: 48
@mdfaiz027
@mdfaiz027 2 жыл бұрын
Thank you very much, I've been trying to complete a complicated project for months, Now eventually it got finished.
@ramsgarageband5784
@ramsgarageband5784 Жыл бұрын
One of the best example
@PradeepKumar-uf9gx
@PradeepKumar-uf9gx Жыл бұрын
Bro nice explaination. Keep it up 🤠
@ankonsarkar9657
@ankonsarkar9657 8 ай бұрын
Greate Video ... I made my project ❤❤
@adammakanu131
@adammakanu131 Жыл бұрын
Thank you very much Lovely video Please can make a video getting the data from firebase
@magicalhats
@magicalhats Жыл бұрын
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.)
@bhupendrasisodia1738
@bhupendrasisodia1738 2 жыл бұрын
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.
@SuperHeroGossips
@SuperHeroGossips Жыл бұрын
Thanks, bro 🙂
@user-so7eb5ym6f
@user-so7eb5ym6f 11 ай бұрын
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.
@ibrahimylmaz8935
@ibrahimylmaz8935 Жыл бұрын
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 ?
@mdrukon4982
@mdrukon4982 5 ай бұрын
Thank you very much bro
@mdshafi7043
@mdshafi7043 Жыл бұрын
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
@hdhub8219
@hdhub8219 2 жыл бұрын
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 ?
@TechProjects
@TechProjects 2 жыл бұрын
Use recyclerview pool
@pratikpawade9811
@pratikpawade9811 Жыл бұрын
Great I want to different size of the image to add in the recycler view
@goingon4992
@goingon4992 2 жыл бұрын
Thanks bro
@carolr7636
@carolr7636 Жыл бұрын
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.
@janammaharjan2699
@janammaharjan2699 8 ай бұрын
nice thank you
@surajtutz5742
@surajtutz5742 2 жыл бұрын
Amazing !!!
@TechProjects
@TechProjects 2 жыл бұрын
Thanks bro 🤗
@ajeetpatel4054
@ajeetpatel4054 2 жыл бұрын
Nice bro love you,🙏🙏🙏
@TechProjects
@TechProjects 2 жыл бұрын
Thanks bro for the love 🥳
@sairampalaniappan3511
@sairampalaniappan3511 Жыл бұрын
App is Nice It will be Helpful if you could do it in kotlin
@rrajkumar9796
@rrajkumar9796 2 жыл бұрын
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
@TechProjects
@TechProjects 2 жыл бұрын
I already uploaded tutorial with chat app so you can consider that one
@adammakanu131
@adammakanu131 Жыл бұрын
Good day Please can make a video linking firebase data to it
@SA-lt8pc
@SA-lt8pc 11 ай бұрын
i couldn't find the nested recycler view in your github profile plz provide the link asa you read my comment
@aishanihema
@aishanihema Жыл бұрын
how to implement a click listener on a row image
@shubhamdoke5622
@shubhamdoke5622 Жыл бұрын
Great! it's very helpful. please share the source code....
@shubhamdoke5622
@shubhamdoke5622 Жыл бұрын
??? ?? ?
@shubhamdoke5622
@shubhamdoke5622 Жыл бұрын
...
@ruslanjumatov6518
@ruslanjumatov6518 Жыл бұрын
Does this method destroy the optimization of recycler view?
@simpleelegant9269
@simpleelegant9269 Жыл бұрын
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.
@wizardop4260
@wizardop4260 2 жыл бұрын
Make Video On Call Images From Internet 🙏
@TechProjects
@TechProjects 2 жыл бұрын
Already done check out my wallpaper app
@parbandebnath8321
@parbandebnath8321 2 жыл бұрын
Bro please share the source code,
@rrajkumar9796
@rrajkumar9796 2 жыл бұрын
How to send Remote Notification like WhatsApp please make a video for different notification using firebase database
@TechProjects
@TechProjects 2 жыл бұрын
Yes definitely
@basicteachway7252
@basicteachway7252 2 жыл бұрын
You Are Supperrrbbb Brother..... I learn new way to add Nestesd RecycleView +1 Subscribe
@TechProjects
@TechProjects 2 жыл бұрын
Thanks bro 🤗
@chinelaplay
@chinelaplay 2 жыл бұрын
not works for me :''(
@theanimationtv4285
@theanimationtv4285 2 жыл бұрын
not works for me🙃
@nitishfirebase4615
@nitishfirebase4615 2 жыл бұрын
show data with firebasenested recycler view
@surajtutz5742
@surajtutz5742 2 жыл бұрын
It's not in kotlin
@TechProjects
@TechProjects 2 жыл бұрын
Langauge really not matter if you can make in java then you can also make in kotlin
@surajtutz5742
@surajtutz5742 2 жыл бұрын
@@TechProjects yeah
@parthsonkusre2487
@parthsonkusre2487 Жыл бұрын
"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
How to use Nested RecyclerView in Kotlin ( Part 1 )
32:48
Android Geek
Рет қаралды 6 М.
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 59 МЛН
Я нашел кто меня пранкует!
00:51
Аришнев
Рет қаралды 5 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:25
CRAZY GREAPA
Рет қаралды 36 МЛН
This INCREDIBLE trick will speed up your data processes.
12:54
Rob Mulla
Рет қаралды 260 М.
Retrofit in Android Studio using Kotlin | Android Knowledge
19:05
Android Knowledge
Рет қаралды 5 М.
Fundamentals of Compose Layouts and Modifiers - MAD Skills
11:56
Android Developers
Рет қаралды 87 М.
RecyclerView | Everything You Need to Know
25:07
Practical Coding
Рет қаралды 131 М.
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 59 МЛН