Тёмный

Section Recycler View | Grouped Recycler View 

Mafia Codes
Подписаться 45 тыс.
Просмотров 21 тыс.
50% 1

Опубликовано:

 

29 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 80   
@prakashmehta8872
@prakashmehta8872 4 года назад
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
@mafiacodes
@mafiacodes 4 года назад
Using pixel 2 api 28 without 🖼
@prakashmehta8872
@prakashmehta8872 4 года назад
@@mafiacodes Thankuu for your valuable comments Dude😌❤️🙏 ur code tutorial really worth it for me😊
@kenworldtechnologies1567
@kenworldtechnologies1567 2 года назад
This is one of the best tutorial ever. After your explanations i was able to do this on my own
@mafiacodes
@mafiacodes 2 года назад
Subscribe like share
@anasyousuf485
@anasyousuf485 2 года назад
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 ❤
@uditpandya3836
@uditpandya3836 4 года назад
Short, sweet and simple ! Simply the best one tutorial on sectioned recyclerview .Congrats man !
@mafiacodes
@mafiacodes 4 года назад
Glad you liked it!
@jjb5142
@jjb5142 4 года назад
Congratulation man, one of the best programming channel, you deserve more, more and more subscribers
@rakib7764
@rakib7764 4 года назад
Good up to date video tutorial. Teaching style also is very detailed. Keep up the good work. You deserve more subscribers.
@mafiacodes
@mafiacodes 4 года назад
Thanks, subscribe like share
@ManishSingh-nx6lq
@ManishSingh-nx6lq 4 года назад
Luv your precious voice and teaching style...🙏🙏🙏🙏🙏🙏😍😍😍😍😍😍🥰🥰🥰🥰🥰
@BhanshaliBhargav
@BhanshaliBhargav 4 года назад
Subscribed after watching this your first video. Nice Explanations.
@mafiacodes
@mafiacodes 4 года назад
Thanks 😊
@gulfappdeveloper2849
@gulfappdeveloper2849 3 года назад
Thanks, It is veey useful to me
@superultragameplayg1974
@superultragameplayg1974 3 года назад
Sos un genio!!!!! me quedo super claro!, muchas gracias!!!!! :)
@mafiacodes
@mafiacodes 3 года назад
Me alegro que te guste el video, suscríbete como compartir
@elmundodefer
@elmundodefer 2 года назад
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?
@davidmunk7575
@davidmunk7575 3 года назад
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?
@sat_talk
@sat_talk 2 года назад
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?
@NikhilAdiga
@NikhilAdiga 2 года назад
Any idea how to refresh the items inside the entire list? I called notifyDatsetChanged inside MainAdapter but it did not work
@beepst
@beepst 3 года назад
Thanks so much for this tutorial. I'd appreciate if you teach us how to filter one of these Section Recycler Views with a Search View.
@Tangirinus
@Tangirinus Год назад
thanks
@samcn3933
@samcn3933 4 года назад
Thank you so much!! Here from #Ecuador
@VCWGAMESTUDIO
@VCWGAMESTUDIO 2 года назад
Perfect
@sanderssharma8001
@sanderssharma8001 4 года назад
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
@prakashmehta8872
@prakashmehta8872 4 года назад
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.👍
@RizwanAbbasi
@RizwanAbbasi 4 года назад
Thumbs up, a great resource to tackle Sectioned RecyclerView. How to hide a section if there is no data?
@RizwanAbbasi
@RizwanAbbasi 4 года назад
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
@mafiacodes 4 года назад
Because it shows empty section, I face u should return the number of sections from getitemcount, u have to make a check there also.
@moazzamsaleem4226
@moazzamsaleem4226 2 года назад
Osm Work
@mafiacodes
@mafiacodes 2 года назад
Subscribe like share
@sudarshanakonwar3458
@sudarshanakonwar3458 3 года назад
Sir, thank you for the video... Also need to ask how can we store these data in Firebase database? Need help with that
@kisanshah3739
@kisanshah3739 4 года назад
Waiting❤️
@rahilsiraj3507
@rahilsiraj3507 3 года назад
Great video! Was wondering if we can make the section expand and collapse depending on whether we want to show the titles in the genres.
@mafiacodes
@mafiacodes 3 года назад
It’s possible
@thaliaamargianou7870
@thaliaamargianou7870 4 года назад
Congrats for the tutorial.. very good job! But, If one Section Item had nested items([ ] , {}).. how would you deal with that?
@mafiacodes
@mafiacodes 4 года назад
U have to use the same logic if nesting goes on, but that should not be done, u shud flatten the data
@thaliaamargianou7870
@thaliaamargianou7870 4 года назад
@@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?
@thaliaamargianou7870
@thaliaamargianou7870 4 года назад
or maybe I should use another way to display that kind of data? I will find my way I suppose!!! Thanks for your tuts...
@thaliaamargianou7870
@thaliaamargianou7870 4 года назад
@@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?
@mafiacodes
@mafiacodes 4 года назад
U can but u might have rendering issues
@mohammedshabbir6933
@mohammedshabbir6933 4 года назад
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 )
@mafiacodes
@mafiacodes 4 года назад
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
@Ghost-sc1my
@Ghost-sc1my 3 года назад
Are the list of items in each section srollable?
@mafiacodes
@mafiacodes 3 года назад
Yes
@notheory-norules5915
@notheory-norules5915 3 года назад
what theme you use my friend ?
@mafiacodes
@mafiacodes 3 года назад
Google developers by louiscad
@RobinThomsonMusician
@RobinThomsonMusician 4 года назад
Great video. Have you done a follow up video on how to open an activity from the ChildRecyclerAdapter?
@mafiacodes
@mafiacodes 4 года назад
Not exactly but you can simply create an interface and handle clicks
@robinthomsoncomposer
@robinthomsoncomposer 4 года назад
yoursTRULY Hi thanks Yeh I actually found your vid on using an interface to implement onClick
@mafiacodes
@mafiacodes 4 года назад
Glad that you like it
@RobinThomsonMusician
@RobinThomsonMusician 4 года назад
@@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);
@mafiacodes
@mafiacodes 4 года назад
The problem seems to be with the context, pass in the activity context if using activity or ur fragment context if using that
@blackpython8015
@blackpython8015 4 года назад
Can you drag an item from e.g. Epic and drop it to an other group?
@mafiacodes
@mafiacodes 4 года назад
Well u can do but u need to implement ur own logic
@blackpython8015
@blackpython8015 4 года назад
yoursTRULY can you make a tutorial please? I am not good enough for this
@AbdulSamad-yu1zn
@AbdulSamad-yu1zn 4 года назад
Joined
@amarlaha3954
@amarlaha3954 4 года назад
Thanks sir. Sir pls can you make a video on infinite recyclerview. Thanks again
@mafiacodes
@mafiacodes 4 года назад
Will try to make
@amarlaha3954
@amarlaha3954 4 года назад
@@mafiacodes pls sir
@niharprabhu3604
@niharprabhu3604 4 года назад
is there any reason to keep the min sdk version 16?
@mafiacodes
@mafiacodes 4 года назад
No, u can keep min at any
@niharprabhu3604
@niharprabhu3604 4 года назад
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.
@mafiacodes
@mafiacodes 4 года назад
U can check the code on GitHub, probably ur missing layout manage
@lakshaymudgal5568
@lakshaymudgal5568 4 года назад
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
@galphie5997 4 года назад
Use a boolean and store it in your database. Doing so allows you to retrieve only the ones which have the boolean set on true.
@lakshaymudgal5568
@lakshaymudgal5568 4 года назад
@@galphie5997 without firebase it is not possible?
@galphie5997
@galphie5997 4 года назад
@@lakshaymudgal5568 You mean with another type of database or with no database at all? You can also store it in Shared Preferences
@lakshaymudgal5568
@lakshaymudgal5568 4 года назад
@@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
@shivashiva4276
@shivashiva4276 3 года назад
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 🙏
@mafiacodes
@mafiacodes 3 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-CTvzoVtKoJ8.html
@rupeshsasne
@rupeshsasne 2 года назад
Child recyclerview will loose the capability of recycling items, won't it?
@goraghosh6622
@goraghosh6622 3 года назад
header should be sticky
@magarigiga
@magarigiga 3 года назад
This is not correct. It shall be done with 1 RecyclerView and 1 adapter
@jonathan3087
@jonathan3087 2 года назад
How should it be done? Link please.
Далее
Notifications and notification channels in Android
23:03
skibidi army returns (skibidi toilet 77)
00:49
Просмотров 2,3 млн
Recycler View with complete explanation | Android
24:56
Multi view RecyclerView | getItemViewType() | Android
15:03
RecyclerView | Everything You Need to Know
25:07
Просмотров 141 тыс.
Runnables Threads and Handlers in Android
10:07
Просмотров 37 тыс.
Swipe gestures in Recycler View | Android
18:47
Просмотров 62 тыс.
How to Implement Image Compression On Android
22:34
Просмотров 7 тыс.
Model View View-Model (MVVM): Getting Started
29:12
Просмотров 398 тыс.
skibidi army returns (skibidi toilet 77)
00:49
Просмотров 2,3 млн