RecyclerView | Everything You Need to Know

  Рет қаралды 138,075

Practical Coding

Practical Coding

Күн бұрын

Пікірлер: 244
@Alexander_Grant
@Alexander_Grant 2 жыл бұрын
This has a criminally low view count compared to other similar tutorials. This helped me far more than any other tutorial for RecyclerView stuff I've looked at.
@PracticalCoding
@PracticalCoding 2 жыл бұрын
Thanks for the compliment! I put a lot of time into this video because I thought most of the other RecyclerView videos weren't very helpful. Glad the video helped you out!
@tonymukelabai1283
@tonymukelabai1283 2 жыл бұрын
Can totally relate
@christopherjaysonpanerio3189
@christopherjaysonpanerio3189 2 жыл бұрын
@@PracticalCoding bro thank you so much
@ernestwang
@ernestwang Жыл бұрын
I agree
@obaidniazi
@obaidniazi Жыл бұрын
true
@dominiclotz9829
@dominiclotz9829 2 жыл бұрын
You have saved a couple university students with this video! Thank You!
@PracticalCoding
@PracticalCoding 2 жыл бұрын
Good to hear!
@kaismaqbool
@kaismaqbool Жыл бұрын
Sir please post a video on searchview for the same recycler view example. Please
@mohab35
@mohab35 2 жыл бұрын
I rarely press the like button for a KZbin video, but this one deserves it with honors. You are a life saver to me, sir. My warm greetings from Egypt.
@diafreak3634
@diafreak3634 Жыл бұрын
I love that you took the time to explain each method when you implemented the adapter, was a pleasant surprise to not get the usual "just do as shown and continue"
@antoniofuller2331
@antoniofuller2331 8 ай бұрын
I was surprised too, it means his IQ is clearly above the 135 level
@drcl7429
@drcl7429 Жыл бұрын
In tutorials like this it can't be overstated how important correct vocal emphasis and sometimes repetition on the important items in the particular context is. So many tutorials just go through in an almost monotone voice. Building things in a logical order instead of going all over the place and not introducing new concepts beyond the expected level of knowledge is also important so you aren't left stupefied in a tornado of concepts you have never encountered before. Happily, Practical Coding exemplifies all these essential techniques.
@PracticalCoding
@PracticalCoding Жыл бұрын
Thanks for the compliment! Glad you found the video helpful
@shank1er
@shank1er Жыл бұрын
I spent a whole day using examples from the teacher and other youtubers before I stumbled upon your channel. I followed your tutorial which was pretty straightforward and My recyclerview worked on the first attempt in my app, using my classes and objects. Hands Down the best tutorial on recyclerviews. You should keep making more of these videos. I am subscribing because you did such a great job.
@akhileshb_
@akhileshb_ 2 ай бұрын
I wrote this in Kotlin on the fly following your lead bro, it WORKS! RecyclerView is demystified for me now, will revise my learnings! Thank you so much!
@idrios
@idrios 2 жыл бұрын
Seriously, this is the best explanation of RecyclerView I've found yet. I didn't realize that elements were more-or-less removed from the list while they're out of view (though makes sense for performance reasons when the list is massive, like a list that holds a chat conversation), so that diagram explained a ton of concepts really well that are not clear at all from the documentation. Also, really good editing on this video in general.
@technics6215
@technics6215 2 жыл бұрын
Well, I liked ListView and I think the RecyclerView should be used only in special cases. In my opinion creating massive lists where you have more than 50 (maybe 100?) items is a bad design. Android SDK in many aspects forces developers to make complicated things (like event-driven programming), and on the other side encourages to make bad design... There are special cases, where you may need really long list, maybe Twitter or Reddit application kind, but still there should be some filter to skip data which is not relevant for the user. Unless the user is bored, phone-addict, who lost ability to focus for more than TikTok video duration and doesn't know what he wants and just scrolls until he finds something interesting.
@ikannunaplays
@ikannunaplays Жыл бұрын
I remember when this object didn't exist and adroid apps that had huge lists would be so slow when you scrolled your battery would die before you were able to get to the end. Then some smart programmers came up with this idea using the standard list view. But then method was adopted and setup as it's own now called the RecyclerView. Today I finnally get to try to implement it myself.
@i_GHOST
@i_GHOST 2 жыл бұрын
Dude you are absolutely a magician, it was so easy and fun to learn and understand at the same time the concept of Recycler View. Much love and respect man. Thanks for all the effort :)
@user-kc9cn5js1u
@user-kc9cn5js1u Жыл бұрын
Mate, this video is actually the reason I pass my exam. Continue your video, I never seen a better tutorial on YT.
@UstedTubo187
@UstedTubo187 9 ай бұрын
Wow, I feel like I've stumbled upon a treasure with this channel. How bizarrely rare to see an Android Studio tutorial KZbinr that you can both hear AND understand!
@fry8362
@fry8362 6 ай бұрын
oh my god this has been the most thorough and straightforward tutorial, thank you for doing it better than 900 other ones ive seen
@demiantah3179
@demiantah3179 6 ай бұрын
I spend about 4 hour looking for a good video talking about recycled views, thanks, honestly !
@solardex540
@solardex540 2 жыл бұрын
Love how you described every method instead of every other tutorial that says "now write all this junk here, dont care what it does just trust me". Excellent tutorial :)
@stilgharroycruz5204
@stilgharroycruz5204 Жыл бұрын
I found the hidden gem and the best channel for modern android studio tutorial, guides and tips.
@CforChillandCheese
@CforChillandCheese Жыл бұрын
You are a very good narrator to explain RecycleView and wrote clean code. When I first build my setup recyclerView, I just dump everything inside OnCreate method, and I was confused of what I did. Hope I learn new things in your channel, please keep the channel live.
@arek9430
@arek9430 Жыл бұрын
I have watched a few recyclerview tutorials, but this one, with your patience, passion and performance is best so far.
@HussainAkbar
@HussainAkbar 3 ай бұрын
Very clearly explained. I am implementing this in my project right now. Did face a couple of hiccups and am working on solving them.
@milesandraycasilao9188
@milesandraycasilao9188 Жыл бұрын
Omg, this is the most detailed recycler view tutorial that I've watched.
@coconutcove5551
@coconutcove5551 Жыл бұрын
You have no idea how much shit I had to dig through to find it all laid out in a simple impeccably explained self-contained video. Thank you so much for this.
@thegameisneverover7558
@thegameisneverover7558 2 жыл бұрын
YO WTF. This channel is so underrated. You make the best youtube tutorials about Android Studio ive ever seen
@thegameisneverover7558
@thegameisneverover7558 2 жыл бұрын
Nah it just feels illegal that you only have 5k subscribers and 11k views. You such a good tutorial youtuber.
@saksham_965
@saksham_965 Жыл бұрын
Here I am after wasting a whole day tryna figure out RecyclerView. Only if I had seen this video sooner... Great Content! You Earned a Subscriber.
@mrizalwibowo2567
@mrizalwibowo2567 Жыл бұрын
That is the best recylerview tutorial i've ever watched
@PracticalCoding
@PracticalCoding Жыл бұрын
That's what we like to hear!
@navjotsingh6930
@navjotsingh6930 Ай бұрын
One of best tutorial on this topic.
@ehans474
@ehans474 Жыл бұрын
Incredible. Incredible. Incredible. This video answered weeks of misunderstandings, failures, and so much more. Thank you so much for posting this video. It was a lifesaver. You really changed someone's life today. Thanks. :)
@umairhassangondal3518
@umairhassangondal3518 Жыл бұрын
Seriously, the best explanation of RecyclerView so far.
@salimex3987
@salimex3987 Жыл бұрын
Dude, you're the best. Clear, practical, concise tutorial. That's real education. Bless you
@obafemiopeyemi3203
@obafemiopeyemi3203 7 ай бұрын
This really helped me understand how Recycler Views work. Thank you
@taylorteddy7187
@taylorteddy7187 10 ай бұрын
Bro your videos have the clearest explanation about android studio concepts that I can find on KZbin. Very well edited as well! Straight to the point, approriate fast-forwards, simple and clear explanations! Thanks so much and please keep up your work!
@FRENEMIE.mp3
@FRENEMIE.mp3 4 ай бұрын
Super helpful! I’m not new to computers or languages, but I am new to Java/Kotlin lol. And I’m trying to build an app and learn logic. Definitely a work out, but this is INCREDIBLY helpful.
@jemshaljohnpaul8230
@jemshaljohnpaul8230 6 ай бұрын
explained like a charm!!
@yovanybartolome91
@yovanybartolome91 Жыл бұрын
Good stuff bro! Currently working on a project and this video helps a lot!
@groinache
@groinache Жыл бұрын
nice.. I got my own recyclerview effortlessly after watching this video. Keep it up! and thanx
@robinpetersson3081
@robinpetersson3081 10 ай бұрын
Yeay! a few hours and I finally made it. A few pitfalls here and there, but yeay! Thank you so much for an excellent video.
@naveengtk2617
@naveengtk2617 2 жыл бұрын
Somebody give this man a medal
@dmhub21
@dmhub21 5 ай бұрын
This is comprehensive, and profession oriented. you made my carrier one level up now
@jojox1904
@jojox1904 Жыл бұрын
THANK YOU so much for this!! My prof didn't really explain how it works and just coded in lighspeed expecting us to understand so this really helped
@aungaungoo6947
@aungaungoo6947 8 ай бұрын
Most amazing content about RecyclerView.This tutorial is gold.
@MyurrDurr
@MyurrDurr 11 ай бұрын
This guide saved my damn life holy crap thank you aha! Spent like 3 days trying to get this to work and this video finally made it happen
@JohnSmithino
@JohnSmithino Жыл бұрын
Thank you so much! You put more time to explain RecyclerView to me than my own university professors. Your explanations are really detailed and easy to understand. Subscribed!
@mOssssama
@mOssssama Жыл бұрын
Amazing bro. You are a real geek Android developer & instructor
@ssjkido
@ssjkido Жыл бұрын
I think I love you, I have been working on something similar for God knows how long and then I get it done only a day after watching your video. Thank you.
@loaysa216
@loaysa216 11 ай бұрын
what a great explanation to the RecyclerView, I watched a lot of tutorials and this by far the best I watched,. Everything is explained in a clear and a simple way to understand. Thank you very much, sir.
@qufloat2144
@qufloat2144 2 жыл бұрын
you're my android teache now! thank you for explaining this, i understood it word for word
@LK2LD
@LK2LD Жыл бұрын
Thank You so much for this video , u really made the recyclerView simpler , now I don't have to memorize everything .
@DarrinDickey
@DarrinDickey Жыл бұрын
You are an awesome teacher! I've watched probably 20 videos on RecyclerView and this is the only one that made sense from beginning to end. I look forward to your other videos.
@RafaelGarcia-ls1uy
@RafaelGarcia-ls1uy 2 жыл бұрын
I don't know why this chanel don't have a lot more subs, I mean you're amazing and a life savior! Thanks for sharing your knowledge :)
@stillpickinganame5350
@stillpickinganame5350 Жыл бұрын
This tutorial is a blessing from heaven! Very well explained, easy to follow along and to understand the concepts behind what's happening! THANK YOU SO MUCH❤ and keep it up!
@Keepfaith101
@Keepfaith101 3 ай бұрын
Thank you very much for this video! It helped me a lot with my project.
@Oliver12723
@Oliver12723 2 жыл бұрын
Very good explanation and very clear English-speaking. Thank you so much!
@Mousoukyou
@Mousoukyou 10 ай бұрын
Thank you so much for this tutorial, and for explaining everything so thoroughly.
@charithmalaka8918
@charithmalaka8918 2 жыл бұрын
Wonderful video and thank you ... can we change language ? In same item row ?? I mean in a single item row multiple languages ??
@samfernando9394
@samfernando9394 2 жыл бұрын
I have the same requirement
@pavithrapathirana6039
@pavithrapathirana6039 2 жыл бұрын
Yes.... i also want to know
@hashansubasingha1963
@hashansubasingha1963 2 жыл бұрын
I'm also interested.
@kaushalyagunathilaka2397
@kaushalyagunathilaka2397 2 жыл бұрын
Um also interested
@proquiz1995
@proquiz1995 2 жыл бұрын
I'm also interested
@Soner_Dev
@Soner_Dev 2 жыл бұрын
Super detailed tutorial. Finally someone explains how exactly everything works! :)
@danny117hd
@danny117hd Жыл бұрын
Wow the production value on this video! Hopefully later in the playlist I find what I'm looking for.
@emilymoellenberg5598
@emilymoellenberg5598 2 жыл бұрын
This is an amazing tutorial that is going to help me pass my Android dev class. Thanks a million!!!
@convi346
@convi346 Жыл бұрын
Many thanks! :) Best RecyclerView Tutorial so far
@jesusg4839
@jesusg4839 2 жыл бұрын
Thank you so much, this has been the best video explaining recyclerview I'd seen so far very friendly and complete. For your ten months out I supposed you are no longer in youtube, and actually most comments I'd seen says the great work you did. Wherever you are, thank you for all the users we'd seen this video really made a great impression. Have a great life, you deserve it!
@u_jeans63
@u_jeans63 Жыл бұрын
Thank you so much! it helped me so much to understand about recyclerview- especially, when you explain each method in adapter. Subscribed!
@ozas5922
@ozas5922 Жыл бұрын
perfect explanation, tysm
@kiarieamos
@kiarieamos 2 жыл бұрын
I want to like this video twice or simply more than once
@Thomaps
@Thomaps Жыл бұрын
Thanks man, very clear video, nickel chrome
@eldervar4355
@eldervar4355 2 жыл бұрын
Thanks mate. Very well explained. It helped me a lot!
@haneenal-hajjiahmed9515
@haneenal-hajjiahmed9515 2 жыл бұрын
I enjoyed watching the video till the end and the explanation was comprehensive. thank you very much.
@swayedout247
@swayedout247 Жыл бұрын
Awesome tutorial, helped me with my project. I am going to watch the item click video now!
@alliwantforxmasismoneynandyou
@alliwantforxmasismoneynandyou 8 ай бұрын
Thank you😭😭😭 this video help me a lot😭😭😭😭 it so hard but this make me finish my hell’s homework😭😭😭😭😭 THANK YOU VERY MUCH😭😭😭
@user-zl3kc3pp62
@user-zl3kc3pp62 Жыл бұрын
Wow you're genius!!! Thanks for great explanation, this video saved my life !!!!!
@lovedeepsingh1793
@lovedeepsingh1793 Жыл бұрын
Very Well Explained.... Keep uploading such informative content..
@pavithrapathirana6039
@pavithrapathirana6039 2 жыл бұрын
Best tutorial ever.. but on click listener is little bit fast. This one is perfect ....
@foreverskeptical1
@foreverskeptical1 2 жыл бұрын
Commenting cause of how impressive the content and quality was
@jeffreystevens8042
@jeffreystevens8042 2 жыл бұрын
Very helpful with my current job. Thanks.
@thomlow3123
@thomlow3123 2 жыл бұрын
I cant believe that this has less views compared to other recyclerview videos. Thank man for helping me to understand this recycler view and looking forward to your other videos
@lovethisscene2820
@lovethisscene2820 2 жыл бұрын
i have watched this video today but i have got a picture how recycler works great work
@aarontan5748
@aarontan5748 Жыл бұрын
Really a good tutorial. I followed it step by step and easily made it! Thanks a lot!
@nsansa9234
@nsansa9234 2 жыл бұрын
The only video that helped me to understand it clearly
@bigboss97
@bigboss97 Ай бұрын
Very clearly explained 👍 Thank you for your hard work. Do you have a follow up video for selecting an item of the recyclerView?
@dariyakucheruk3585
@dariyakucheruk3585 Жыл бұрын
Such an amazing explanation of really a hard theme. You really helped me out with my own app. Thank you very much!
@Shakeel_Nawaz
@Shakeel_Nawaz Жыл бұрын
I was practicing RecyclerView and stuck in a point. Just watch this half video and my problem got solved. Thanks for detail explanation.
@technics6215
@technics6215 2 жыл бұрын
Very good tutorial in comparison to other tutorials about RecyclerView. Thanks!
@happybird2621
@happybird2621 2 ай бұрын
Thank you so much!
@Sydewinder890
@Sydewinder890 2 жыл бұрын
You're a lifesaver man! Thank you so much
@user--10552
@user--10552 Жыл бұрын
Thank you so much ,you're the best .
@ankaandrews1093
@ankaandrews1093 2 жыл бұрын
Superb video and excellent editing. Thank you for making these videos :)
@guswahyu6089
@guswahyu6089 2 жыл бұрын
Thank you so much for the explanation🙏
@aymenhousni720
@aymenhousni720 Жыл бұрын
Well explained man 👏👏
@noelhann5262
@noelhann5262 Жыл бұрын
This video was so helpful! Thank you!
@navjots101
@navjots101 Жыл бұрын
really good one thanks for sharing this
@manishbr5831
@manishbr5831 2 жыл бұрын
Keep making videos man, love them !
@mrcibz7044
@mrcibz7044 6 ай бұрын
very good video, helped me so much!!
@Kkarismatik
@Kkarismatik Жыл бұрын
saved me you beautiful man, greetings from unit FIT2081
@youngpal7940
@youngpal7940 2 жыл бұрын
such great tutorial! Thank you so much! You did help us a lot!
@nourmorgan6751
@nourmorgan6751 2 жыл бұрын
thanks man , much love
@Vladimir00505
@Vladimir00505 2 жыл бұрын
Реально молодец, сразу видно что человек старался: я почти всё понял даже не зная Английского языка (знал бы - понял всё ). Так держать!
@PracticalCoding
@PracticalCoding 2 жыл бұрын
Thanks for the compliment! Always good to hear people are getting value from the videos I post
@raze4765
@raze4765 Жыл бұрын
Thank you.. What a big help
@PawithraMadusanka
@PawithraMadusanka 2 жыл бұрын
love that... ❤❤❤❤❤
@thisurathenuka8362
@thisurathenuka8362 2 жыл бұрын
Great Explanation bro. If possible, please share the source code of your projects next time. Thanks a lot
@pedroberton7441
@pedroberton7441 Жыл бұрын
finally got it, thanks
@ebi7hosseinpour902
@ebi7hosseinpour902 2 жыл бұрын
It’s amazing 🤩 thank you 🙏
@PracticalCoding
@PracticalCoding 2 жыл бұрын
Glad you like it!
@sensationalopie
@sensationalopie 2 жыл бұрын
This video rules, thanks for the help.
@TheSUMMIE
@TheSUMMIE 2 жыл бұрын
This is just what I needed!
@michelleclaudia8655
@michelleclaudia8655 2 жыл бұрын
Very helpful! Thank you so much
RecyclerView Item Click | Best Practice Way
8:06
Practical Coding
Рет қаралды 95 М.
RECYCLERVIEW - Android Fundamentals
24:58
Philipp Lackner
Рет қаралды 104 М.
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 27 МЛН
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 8 МЛН
The selfish The Joker was taught a lesson by Officer Rabbit. #funny #supersiblings
00:12
ViewModels & Configuration Changes - Android Basics 2023
18:46
Philipp Lackner
Рет қаралды 121 М.
RecyclerView | Everything You Need to Know
16:19
Practical Coding
Рет қаралды 4,5 М.
The Art of Code - Dylan Beattie
1:00:49
NDC Conferences
Рет қаралды 4,7 МЛН
SQLite Database for Android - Full Course
1:28:22
freeCodeCamp.org
Рет қаралды 250 М.
Simple Explanation of RecyclerView in Android
8:35
Brandan Jones
Рет қаралды 24 М.
FRAGMENTS - Android Fundamentals
17:29
Philipp Lackner
Рет қаралды 331 М.
NSURLProtocol: How I Stole an App For My Wedding
56:25
Bryce Bostwick
Рет қаралды 40 М.
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 27 МЛН