Thankuu so much it worth it coming here after StackOverflow, Google, and many more blogs stucked from 2 days in this problem did not know this feature is known as "Sectioned View" which emulator you are using please tell. Thanku so much dude
Really you nailed it, you just made it super easy with conventions of "main and child recyclerView", and many other proper things. Awesome ❤ more simple the tutorial is more easy to follow and understand. Once again Thanks ❤
I want to thank you in advance for this video. I will try this on the weekend. I wonder how it will behave when a section (or more) contains so many items that it has to scroll to view them all. Will the different scrolls from each section and main recycler view interfere each other?
How can I connect the MainActivity from within the child rV? I try to set a view invisible onClick of a child rV item. I tried with interfaces, but I couldn´t reuse it with putting it into constructor, because the parent rV is in between the child rV and the mainActivity. How can I do this?
Thank you sir.. How do we generate sectioned RecyclerView when the Model data class contains one of date/month/year String variable and we want to generate a Sectioned view based on each month and child as other variables like transaction Type, transaction Name etc?
Did not think that I would get this about the case . list inside list Last week i have same case where i was getting list inside list i did search more but did not find something can help me So i had done it in the same way as u did . So can we make possible it in single recyclerview ? Because in multiple recyclerview difficult to handle the click event Interface callbacks of last recyclerview in main activity ... If yes plz reply me But i want to say thank you men U r Really...awesome
Yes u can do by using multiple viewtype jn recycelerview using view type. I knoe that much only u can search for this and implement if it goes well also tell me hoe do u do it.👍
I tried this approach but if the middle section is to be hidden then there will be blank space in middle section, that's the problem. holder.itemView.setVisibility(View.GONE);
@@mafiacodes thanks for the answer..! But when you are getting the data from rest json.. they have a specific structure..! Usually the json raw data.. having nested arrays and objects..! In my case this is what I have to solve..! I want to use recyclerview and cardview.. and inside cardview under one item there is an array.. and there starting my problems...! I watched your tutorial and it looks easy but when you have normal structure of data!!! If you have complex structure of data.. you should use the same logic? Nested recyclerview inside cardview and then expand the card? Also for every recyclerview you must create an adapter or a viewholder?
@@mafiacodes is it possible to use this logic inside a cardview? Every section to be a cardview!!!..and inside the card to have the section Name + sections items?
Sir how to open new recyclerView depending on selection form another recyclerView( if shirt is selected from category of clothes new recycler view to show all shirts )
Firstly if u want to open a new recycler view like u said shirts then u should implement onclick on section heading, if u select a shirt from clothing section then it shud open the individual shirt details page
@@mafiacodes Got the click to work using the interface but now my Intent keeps throwing "Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference" Cannot resolve it. Any ideas? Intent intent = new Intent(context, Waves.class); context.startActivity(intent);
Thanks for replying instantly. Do you have blog or Website which shows this example that you have achieved. Actually i am facing RecyclerView: No adapter attached; skipping layout issues.
Sir, may you please make an video like add to favourites in music player app in which on any icon click on any recyclerview item data pass from one fragment to another
@@galphie5997 whenever I stored using item click it stores but it also move to that particular fragment which I don't want and also it replaces not add one after the other in recyclerview
Hi bro how r u , really your videos are lot of help me , make a one video for how to add search filter in nested recyclerview please make a video for this topic iam strucked here please Help me 🙏