RecyclerView With Item Click Listener in Kotlin : ( Android Tutorial 2022 )

  Рет қаралды 58,799

CodingSTUFF

CodingSTUFF

Күн бұрын

Hey Developers, In this video we will learn how we can implement recyclerView in kotlin.
Connect with us -
Follow me on Instagram - ...
Gmail - codingstuff070@gmail.com
To Watch Complete Notes App Tutorial - • Notes App (MVVM Archit...
To Watch Complete To-Do App Firebase Series - • To-Do List App Using F...
To Watch To-Do List App using SQLite Tutorial - • To Do App Using Sqlite...
To Watch Complete JSON and API Tutorial Series - • Complete JSON and API ...
To Watch Complete Instag Blog App Tutorial - • Instag Blog App ( Fire...
To Watch Complete FireStore App Tutorial - • Cloud FireStore (2020)
To Watch Complete Firebase Tutorial - • Firebase Database as B...
To Watch Calculator App Tutorial - • How to Create Calculat...

Пікірлер: 55
@georget10i
@georget10i Жыл бұрын
Thank you! I think this is the cleanest solution I've found so far. You can implement a listener using an Interface, but this, in my opinion, is a cleaner solution. I am guessing this tutorial is aimed at somebody who is already familiar with Kotlin, hence why some parts are not explained. But if like myself, you are new to Kotlin, what he does at 12:30 is he declares a "function type" that takes an object of type food, and returns Unit (which is an equivalent of void in Java) and then he makes this function type nullable (hence the parentheses) and then initializes it to null. If you are coming from the C# world, it's basically an Action Delegate. I found that part confusing in the tutorial, so if you are in the same situation, I hope this explanation helps. Thanks again for the tutorial, CodingSTUFF!
@chanliol6626
@chanliol6626 2 жыл бұрын
You are a savior. For days I've been trying several ways to move through my nav graph (fragments) using recyclerview clicklisteners and you just showed me the solution. Thanks a ton buddy. Awesome work.
@زيد_اليماني
@زيد_اليماني Жыл бұрын
I watched many video tutorials and all of them didn't work for me and they looked very complicated, unlike your video it's very easy to implement and works without problems really you are amazing
@sisoMK
@sisoMK Жыл бұрын
It works, just did it using fragments instead of activity because im using a navegation bottom bar. Works fine for me !
@marco6103
@marco6103 Жыл бұрын
can you tell me how you did it please?
@akhiltherock999
@akhiltherock999 Жыл бұрын
hello sir Explanation was great...i've searching whole youtube for like this video who could explain the concepts with simple constraints and with good explanation.. Thank you so much sir
@enlost3052
@enlost3052 2 жыл бұрын
It really helped me learn a lot. Simple and very beginner friendly .
@Mohit-il9gx
@Mohit-il9gx 2 жыл бұрын
😶no words just "Thanks 🇮🇳 KZbinrs"
@lglf77
@lglf77 7 ай бұрын
your code is deprecated in news glades
@did..you..know.
@did..you..know. 2 жыл бұрын
Bro, why in main activity i cannot find onItemClick? Its just not there I cannot use it
@sisoMK
@sisoMK Жыл бұрын
THANK YOU VER WELL DONE VIDEO, EASY TO FOLLOW
@rinorobot
@rinorobot 2 жыл бұрын
great video, and very useful the clicklister with parcelable
@rodelioliwag7627
@rodelioliwag7627 2 жыл бұрын
Thank you very much. Very helpful
@deepeshkumar1704
@deepeshkumar1704 Жыл бұрын
sir ads integration in recyclerview par video banaiye pls, and then reward and banner ads, pls
@gianlim3610
@gianlim3610 5 ай бұрын
Thank you sir!
@mertcankartal4453
@mertcankartal4453 2 жыл бұрын
useful and clean explain thx dude
@nihalbahadir4262
@nihalbahadir4262 Жыл бұрын
çoook yardımcı oldu çok teşekkür ederim
@NoeliaRedondo-bx5fm
@NoeliaRedondo-bx5fm Жыл бұрын
Muchísimas gracias. Salvaste mi vida
@SajjadAli-hh9gq
@SajjadAli-hh9gq 2 жыл бұрын
Excellent Work Sir
@twinspast141
@twinspast141 Жыл бұрын
get parcelable extra is deprecated . Now what i can do??!! pls help sir
@mattdyor2040
@mattdyor2040 Жыл бұрын
Did you find an answer? Looks like there is an alternative version that has just a slightly different signature.
@sisoMK
@sisoMK Жыл бұрын
dont mind it, it works fine even if its deprecated
@sisoMK
@sisoMK Жыл бұрын
@@mattdyor2040 it works even with the deprecated
@EthelDawnPenaso
@EthelDawnPenaso Жыл бұрын
it worked thanks a lot!
@Elmdrassa2
@Elmdrassa2 2 жыл бұрын
thanks bro , thats info what i search
@ucvuphamanh3524
@ucvuphamanh3524 Жыл бұрын
very useful , thank you
@CHACHANUS
@CHACHANUS Жыл бұрын
thanks, very useful!! , new subscriber
@mertcantopcu1351
@mertcantopcu1351 Жыл бұрын
i just want to When we click on an text or button in the detailedactivity section, I want it to go to a url page, how can I do it?
@Kw710v
@Kw710v 2 жыл бұрын
how can i pass data between 2 recyclerview with firebase no one made video about this issue can you make video about this. If you dont want to make video about this issue can you tell me how can i pass data between 2 recyclerview with firebase
@Vtx-ex2bf
@Vtx-ex2bf Жыл бұрын
Do you have same type of video in java?
@JosephVillariasa
@JosephVillariasa 4 ай бұрын
Whats the version of android studio of this sir?
@diskys8174
@diskys8174 Жыл бұрын
Nice work bro, u help me!
@noufelnaili1468
@noufelnaili1468 Жыл бұрын
bro can you please tell me what theme of android studio are you using and what emulator are you using ?
@codingstuff070
@codingstuff070 Жыл бұрын
One dark theme
@vizliu
@vizliu Жыл бұрын
Is it possible to make part of the text that we add to the list bold
@kohlishiva2135
@kohlishiva2135 2 жыл бұрын
Thanx a lot bhaaai
@wilwad
@wilwad 2 жыл бұрын
Thank you 🙏
@mibarcita3223
@mibarcita3223 Жыл бұрын
'getParcelableExtra(String!): T?' is deprecated. Deprecated in Java 😢😢😢😢😢😢
@dzikrifazahaunakusnadia061dkx4
@dzikrifazahaunakusnadia061dkx4 Жыл бұрын
thanks you
@desihiphop4998
@desihiphop4998 2 жыл бұрын
what if i want different action on clicking the image of food and different action on clicking a whole view ???
@kundangupta1333
@kundangupta1333 2 жыл бұрын
Same question 🙋 please help
@codingstuff070
@codingstuff070 2 жыл бұрын
Add different click listeners one on imageview and one on whole itemview
@kundangupta1333
@kundangupta1333 2 жыл бұрын
@@codingstuff070 okay,thank you sir
@desihiphop4998
@desihiphop4998 2 жыл бұрын
@@kundangupta1333 you got how to do that ?
@kundangupta1333
@kundangupta1333 2 жыл бұрын
@@desihiphop4998 yes,in place of itemview.setonCliclister just put imageid.setonclicklister {},I think this way we can implement
@pgameboy8
@pgameboy8 2 жыл бұрын
exelente parabéns!!!!!!!!
@vizliu
@vizliu Жыл бұрын
thank bro
@muhammadmykoa8768
@muhammadmykoa8768 Жыл бұрын
Show me your manifest, please!
@ayanjamil8270
@ayanjamil8270 9 ай бұрын
I just wish there was a github link
@АльфредАхметгалеев
@АльфредАхметгалеев 2 жыл бұрын
super
@shaktisinghsonigara9094
@shaktisinghsonigara9094 2 жыл бұрын
pls can you share source code.
@shakymountain8834
@shakymountain8834 18 күн бұрын
Thankyou so so much !
RecyclerView | Everything You Need to Know
25:07
Practical Coding
Рет қаралды 138 М.
Кәсіпқой бокс | Жәнібек Әлімханұлы - Андрей Михайлович
48:57
Un coup venu de l’espace 😂😂😂
00:19
Nicocapone
Рет қаралды 4,9 МЛН
She's very CREATIVE💡💦 #camping #survival #bushcraft #outdoors #lifehack
00:26
MVVM vs. MVI - Understand the Difference Once and for All
18:40
Philipp Lackner
Рет қаралды 44 М.
RecyclerView Item Click | Best Practice Way
8:06
Practical Coding
Рет қаралды 95 М.
Room Renovations | Android Conference Talks
11:33
Android Developers
Рет қаралды 14 М.
RecyclerView in Android Studio [Kotlin 2020]
15:49
CodeWithMazn
Рет қаралды 58 М.
I Remade YouTube From Scratch Using Just Bash
17:51
icitry
Рет қаралды 24 М.
I built an app using a single index.php file, here's how it went
32:42
Andrew Schmelyun
Рет қаралды 67 М.
Кәсіпқой бокс | Жәнібек Әлімханұлы - Андрей Михайлович
48:57