I love your recycler view in Kotlin! The tutorials are so complete! Pls create more tutorial with latest version of Kotlin!! You're awesome!
@nguyenquoctuan4766 Жыл бұрын
I have a question, where did you declare mListener? I get the error "kotlin.UninitializedPropertyAccessException: lateinit property mListener has not been initialized" Hope you reply soon, thanks
@renegaethje-zu9uc Жыл бұрын
Me too
@Sc_ord-g2q Жыл бұрын
me too
@nevillevalentine4819 Жыл бұрын
Same😢😢
@shshshsh2438 Жыл бұрын
@@nevillevalentine4819 he did initialize mListener in 2:48. Just make sure in MainActivity.kt you set newRecyclerView.adapter = adapter. I made a mistake there, and now the code worked perfectly. Hope this helps.
@frozen10933 жыл бұрын
Thanks helped me a lot but I'm so confused about this and couldn't fully understand how this listener on item of list works
@Hrit3 жыл бұрын
I like the way you give those short recaps unlike many other tutorials! Highly appreciate your style of teaching
@brooklynwright7109 Жыл бұрын
thank you so much for your android kotlin tutorials, they've helped me so much, so far
@hallen65823 жыл бұрын
i understand you better than people speaking my own language
@benhardyudha75078 ай бұрын
Nice and great video. This video help me a lot about recycleview
@kurohana14763 жыл бұрын
Thank you for the tutorial. Do you have any idea why I'm getting this error "kotlin.UninitializedPropertyAccessException: lateinit property Listener has not been initialized" ?
@_foxandroid3 жыл бұрын
Yes...you have initialized some late initialized variable
@piotrradziewicz54293 жыл бұрын
@@_foxandroid Hi, how should I initialize the Listener?
@ackerman69923 жыл бұрын
Did u got the solution?
@ackerman69923 жыл бұрын
@@piotrradziewicz5429 did u got the solution?
@rayankhemici95262 жыл бұрын
@@_foxandroid any solution ?
@jodohutao2 жыл бұрын
thank you so much! this is the easiest way to make click listener on recycleview
@_foxandroid2 жыл бұрын
Glad it helped
@baranates66523 жыл бұрын
Error: kotlin.UninitializedPropertyAccessException: lateinit property mListener has not been initialized Im having this error can you help me?
@igormorozov63112 жыл бұрын
look at 2:48 He is initializating this variable
@filipaleksic5579 Жыл бұрын
did you solve it? help me
@mabeleain3320 Жыл бұрын
Thanks bro!!! Your tutorial help me a lot 🍀
@AAKASHPanchal-s2f10 ай бұрын
Thank You for this amazing stuff🙌🙌
@oneofthesidemen3 жыл бұрын
Error: kotlin.UninitializedPropertyAccessException: lateinit property mListener has not been initialized
@rayankhemici95262 жыл бұрын
Did u find a solution ?
@filipaleksic5579 Жыл бұрын
solved?
@sat_talk3 жыл бұрын
Thanks..bro.. pl. make a video in multi-selection items ( setOnLongClickListener )
@entertaintjad7542 жыл бұрын
fantastic work but sir when we click on it they pass int value but we want string
@urvishbundela78263 жыл бұрын
Great tutorial ! Sir How to navigate to another activity which is like an instagram story, with an animated progress bar and automatically progressive pictures like an instagram story?
@_foxandroid3 жыл бұрын
Urvish navigating to another activity tutorial will be uploaded shortly...
@urvishbundela78263 жыл бұрын
@@_foxandroid Great but I am also interested in how instagram stories work
@_foxandroid3 жыл бұрын
Will make that soon!!!
@existentialbonsai Жыл бұрын
Dude this one helped a lot! Thanks heaps!
@_foxandroid Жыл бұрын
Glad It helped
@JAntonioC3 жыл бұрын
Great tutorial simple and functional
@Hendrik.brouwer2 жыл бұрын
That was excellent! Thank you very much!
@randy4ii411 Жыл бұрын
Great video sir, thanks.
@robertorodriguez3630 Жыл бұрын
Excelent, very simple, thanks
@waltervondervogelweide4638 Жыл бұрын
Bro I love you so much all the other tutorials I found where in Java
@koolooc7263 жыл бұрын
yay thanks, i dindnt use the newrecycler and newarraylist but it still worked!
@nick82922 жыл бұрын
Nice video, thank you
@kymkobek3 жыл бұрын
It is so easy to understand great job
@tagyenblaisetechwi206910 ай бұрын
Thanks 🎉
@tomas.menniti3 жыл бұрын
Thanks so much for sharing! You are amazing!
@_foxandroid3 жыл бұрын
Glad it helped!
@chhatrapatikumar73112 жыл бұрын
@@_foxandroid FOR APP UI DESIGNING, ADOBE XD OR FIGMA VS ANDROID STUDIO XML CODING WHICH IS BETTER ?
@arlet97882 жыл бұрын
great video! helped me a lot, thanks :)
@sr.capitalismo723 Жыл бұрын
Thanks from Spain :)
@SamarthSinha-ur3ci3 жыл бұрын
Amazing
@divyanshkushwaha94883 жыл бұрын
Sir how to make views clickable in recycler view while making network calls using volley?
@zigameza3144 Жыл бұрын
amazing
@kathir37773 жыл бұрын
Thank you for the video !!!!
@mustafakarakaya80073 жыл бұрын
Thanks :D
@anurajms3 жыл бұрын
thank you
@mpourmoghadam16072 жыл бұрын
thank you so much , so useful
@حسینمقدسیبرازنده2 жыл бұрын
Thanks
@diegodromer3 жыл бұрын
Muitíssimo obrigado, me salvou.
@imc0der2 жыл бұрын
thanks, that's my looking for
@yashbhardwaj.112 жыл бұрын
hey i am getting an error again and again mlistener has not been initialised can anyone help
@_foxandroid2 жыл бұрын
Please check if you have initialized the listener
@filipaleksic5579 Жыл бұрын
did you solve it? how
@Arabiclearnigpower9 ай бұрын
is cod input tha app crash
@swapnilnangare1192 жыл бұрын
Error: lateinit property mListener has not been initialized
@filipaleksic5579 Жыл бұрын
solution? di you find
@prasannakumaranisetti23502 жыл бұрын
I am getting the following error: kotlin.UninitializedPropertyAccessException: lateinit property mListener has not been initialized. I am using viewBinding.