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

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ต.ค. 2024

ความคิดเห็น • 50

  • @mdfaiz027
    @mdfaiz027 2 ปีที่แล้ว

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

  • @adammakanu131
    @adammakanu131 ปีที่แล้ว +1

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

  • @bhupendrasisodia1738
    @bhupendrasisodia1738 2 ปีที่แล้ว +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.

  • @ramsgarageband5784
    @ramsgarageband5784 ปีที่แล้ว

    One of the best example

  • @magicalhats
    @magicalhats 2 ปีที่แล้ว +1

    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.)

  • @ibrahimylmaz8935
    @ibrahimylmaz8935 ปีที่แล้ว +1

    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 ?

  • @ankonsarkar9657
    @ankonsarkar9657 11 หลายเดือนก่อน

    Greate Video ... I made my project ❤❤

  • @mdshafi7043
    @mdshafi7043 2 ปีที่แล้ว

    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

  • @joejohn-k3o
    @joejohn-k3o ปีที่แล้ว

    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.

  • @mdrukon4982
    @mdrukon4982 9 หลายเดือนก่อน

    Thank you very much 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.

  • @PradeepKumar-uf9gx
    @PradeepKumar-uf9gx ปีที่แล้ว

    Bro nice explaination. Keep it up 🤠

  • @shubhamdoke5622
    @shubhamdoke5622 2 ปีที่แล้ว +1

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

  • @janammaharjan2699
    @janammaharjan2699 11 หลายเดือนก่อน

    nice thank you

  • @pratikpawade9811
    @pratikpawade9811 2 ปีที่แล้ว

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

  • @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 ?

  • @sairampalaniappan3511
    @sairampalaniappan3511 ปีที่แล้ว

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

  • @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.

  • @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

  • @SuperHeroGossips
    @SuperHeroGossips 2 ปีที่แล้ว

    Thanks, bro 🙂

  • @ajeetpatel4054
    @ajeetpatel4054 2 ปีที่แล้ว

    Nice bro love you,🙏🙏🙏

    • @TechProjects
      @TechProjects  2 ปีที่แล้ว

      Thanks bro for the love 🥳

  • @GoingOno
    @GoingOno 2 ปีที่แล้ว

    Thanks bro

  • @SA-lt8pc
    @SA-lt8pc ปีที่แล้ว

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

  • @adammakanu131
    @adammakanu131 ปีที่แล้ว

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

  • @wizardop4260
    @wizardop4260 2 ปีที่แล้ว

    Make Video On Call Images From Internet 🙏

    • @TechProjects
      @TechProjects  2 ปีที่แล้ว

      Already done check out my wallpaper app

  • @aishanihema
    @aishanihema 2 ปีที่แล้ว

    how to implement a click listener on a row image

  • @surajtutz5742
    @surajtutz5742 2 ปีที่แล้ว

    Amazing !!!

  • @parbandebnath8321
    @parbandebnath8321 2 ปีที่แล้ว +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

  • @chinelaplay
    @chinelaplay 2 ปีที่แล้ว

    not works for me :''(

  • @theanimationtv4285
    @theanimationtv4285 2 ปีที่แล้ว

    not works for me🙃

  • @nitishfirebase4615
    @nitishfirebase4615 2 ปีที่แล้ว

    show data with firebasenested recycler view

  • @basicteachway7252
    @basicteachway7252 2 ปีที่แล้ว

    You Are Supperrrbbb Brother.....
    I learn new way to add Nestesd RecycleView
    +1 Subscribe

  • @surajtutz5742
    @surajtutz5742 2 ปีที่แล้ว

    It's not in kotlin

    • @TechProjects
      @TechProjects  2 ปีที่แล้ว +1

      Langauge really not matter if you can make in java then you can also make in kotlin

    • @surajtutz5742
      @surajtutz5742 2 ปีที่แล้ว +1

      @@TechProjects yeah

  • @parthsonkusre2487
    @parthsonkusre2487 2 ปีที่แล้ว

    "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