Главная
Dating and Meetings

RECYCLERVIEW - Android Fundamentals


00:00
00:00



Video quality The size Download

Информация о RECYCLERVIEW - Android Fundamentals


Название :  RECYCLERVIEW - Android Fundamentals
Продолжительность :   24.58
Дата публикации :  
Просмотров :   87 rb


Кадры RECYCLERVIEW - Android Fundamentals





Описание RECYCLERVIEW - Android Fundamentals



Коментарии RECYCLERVIEW - Android Fundamentals



Motivational Quotes
In LayoutInflater function why attachToRoot parameter in need if its always going to be false??
Comment from : Motivational Quotes


Shahbaz Tariq
Thanks bro!
Comment from : Shahbaz Tariq


Mohamed Zaarir
does it save ? i mean if i close the app and open it again , does it save the ToDos that i added or not ?
Comment from : Mohamed Zaarir


alan bemalo
why kotlin :(
Comment from : alan bemalo


Tiago Castro
I think this video is very clear I'd just add the mention that as an option to LinearLayoutManager you can have LinearLayoutHorizontal in case you want to have it scrollable horizontally
Comment from : Tiago Castro


Rondroid
When I run my app, I get Dublicate Classes error What could be the problem please
Comment from : Rondroid


Anatoli Tsoi
Use my comment to express your sadness about onBindViewHoler in 2023 :(
Comment from : Anatoli Tsoi


saeed yaftian
thanks a lot you explain this unit very good
Comment from : saeed yaftian


Youssef Tawfik
Thank you so much this was really simplified amazingly
Comment from : Youssef Tawfik


Tim Alj
you're explanation was very detailed, but i found out this method was only possible in my case using a depreciated method of using 'kotlin-android-extensions' as plugin for gradle i hope you can redo it in the new updated method as of 2023
Comment from : Tim Alj


Tim Alj
holder can't reference my view items inside the onBIndViewHolder I can't import the bitem_todoview/b i can't find it
Comment from : Tim Alj


Derek Devs
This is fantastic Thank you so much!
Comment from : Derek Devs


Ritesh Patel
Succinct
Comment from : Ritesh Patel


George Trialonis
Hi there! In MainActivity rvTodos is not identified Anyone has an idea about how to fix it? I applied a suggestion posted below by someone who watched this video This suggestion did not work for me Also, in the the clicklistener Todo [line: Todo(title, false)] is not identified either Thanks
Comment from : George Trialonis


Sachin Timilsina
Hey how can i remove the todo list after i check the checkbox?
Comment from : Sachin Timilsina


Sachin Timilsina
Wow this is really step by step love this
Comment from : Sachin Timilsina


faraday
Hi Philipp is this playlist for beginners to android or for java devs transitioning to kotlin, cause i'm the former with just knowledge of kotlin bascis
Comment from : faraday


Abhirupa Mitra
Hi, I am just starting out with the tutorials I can see that the recycler view state/ items in the todo list are not save when I reopen the app Is there a way to go about this?
Comment from : Abhirupa Mitra


dluca182
the learning curve is steep on this one
Comment from : dluca182


BigStrongRobot
what is """tvTitle""" ? it's not working and we didn't declare it before !!!
Comment from : BigStrongRobot


Ali
Clear explanation Congrats !brCan you do updates as video or as comment under the video, because there are some deprecated usages
Comment from : Ali


ArrayOfSilicon
Very Clean Explaination Thanks
Comment from : ArrayOfSilicon


Shivam Parimalbhai Gohel
Amazing Tutorial Keep up the good work man!
Comment from : Shivam Parimalbhai Gohel


FATAHMORGANAH
hey Phillip :) if you also had a Spinner with todo category how would you declare that in the data class?
Comment from : FATAHMORGANAH


Matthew Kilmurray
is there a java version of this?
Comment from : Matthew Kilmurray


Eric Palmer
Your explanation is just wow! Could you pls bring a video on the same but in Java?
Comment from : Eric Palmer


Stephan Van Ellewee
Wow, this is such an elegant tutorial! Thank you!
Comment from : Stephan Van Ellewee


Aditya Dey
I add the layout in onCreateViewHolder method But I can't access the components of this layout in onBindViewHolder method Anyone please help me
Comment from : Aditya Dey


William Selinder
Such a shame you do videos on Kotlin you are very good at explaining
Comment from : William Selinder


durotimi emmanuel
Thank you Philipp u are awesome all of the videos I have watched were top notch and easy to understand as well except for maybe this one I didn't quite understand the whole thing about recycle viewcan you please help me for am not so sure I can get a better place to learn than here? thanks in anticipation
Comment from : durotimi emmanuel


# THE CODER
I'm really thankful to you This tutorial is very easy to understand and learn recycle view
Comment from : # THE CODER


Monish Krishna
Glad I find this video at the first The only thing is when you add the todo, the text on the keyboard is still there How to get the EditText to empty itself after adding? Is there any systematic way?
Comment from : Monish Krishna


Vasil Iv
Thank you Philipp, for the great tutorials! I follow the ANDROID FUNDAMENTALS FOR BEGINNERS and the tutorials are perfect so far
Comment from : Vasil Iv


Simas Butavičius
Thank you The way you explain things, it's really easy to follow for newbies like me - very good job!
Comment from : Simas Butavičius


Haziq Haris
Thank youu !!
Comment from : Haziq Haris


Celina
Great tutorial! I always look for your channel when I don't understand something in Android :) Can you do a video on ListAdapter please
Comment from : Celina


paradigmaa
good explanation thanks
Comment from : paradigmaa


Brian Ryan
I have mutableListOf in red Does anybody know how to fix this issue?
Comment from : Brian Ryan


meghana basutkar
Loved it!
Comment from : meghana basutkar


anuraj ms
thank you
Comment from : anuraj ms


Ayush Kumar
I am getting tvTitle as an unresolved reference in onBindViewHolder function How do I fix that?
Comment from : Ayush Kumar


XTN2000
Hello Phillip! Do you plan on creating a video about recyclerview in view binding?
Comment from : XTN2000


Alex Hadi
Thanks a lot
Comment from : Alex Hadi


Clo4K
very hard man
Comment from : Clo4K


Terrence Jackson
I havent seen the video yet but CAN WE TALK ABOUT HOW COOL THAT INTRO TRANSITION WAS???!!! xD
Comment from : Terrence Jackson


Rajiv Manderson
19:56 Did you ever ask your crush out Philipp?
Comment from : Rajiv Manderson


Debayan Ghosh Dastider
Accessing the checkbox and text view using synthetics does not work anymore and to use ViewBinding we need the adapter class I am confused here Can you please make a video on this?
Comment from : Debayan Ghosh Dastider


Ali Reza Zarghi
hi very good and nice plz learn Recyclerview drag and drop , thx
Comment from : Ali Reza Zarghi


Asrofil Fachrul Riidlo
Thanks a lot man
Comment from : Asrofil Fachrul Riidlo


Jaywye
Thank you for this video Very helpful
Comment from : Jaywye


Rail
I wonder if you will answer my question - following your guide, for some reason the itemview does not show any of the views (like title etc) (in the apply part) As if it doesnt know them Cant find a solution to this issue or why it is happening
Comment from : Rail


you cant be bored
If we search for the xml views in onBindViewHolder wont it search for the view for every item ? brthis is exactly why we have ViewHolder class, so that the activity don't have to search for the view for every item brbr 😅😅correct me if i am wrong
Comment from : you cant be bored


Danny Bee
Great video I don't like kotlin though Ugly name for a language and the syntax is poop imo
Comment from : Danny Bee


Dan Martin
do you have a video showing how you can use a button from within each recycler view?
Comment from : Dan Martin


ARIZONA
the best explanation everbrI'm learning android programming in Kotlin and for 1 week I've been trying to understand RV settingbrThanks you lot, Phillip!
Comment from : ARIZONA


Yesid Martins
dude, you should put on the title you're using kotlin I wasted my time watching this tutorial to realise you're using kotlin and not Java
Comment from : Yesid Martins


Lennart Nilsen
Do you have a java version of this lesson?
Comment from : Lennart Nilsen


Arthur Diare Alvares
Thank you very much man!!!
Comment from : Arthur Diare Alvares


malcolm farrelle
great video but I'm struggling with undeclared "tvTitle" when trying to populate> override fun onBindViewHolder(holder: TodoViewHolder, position: Int) I checked, double and treble checked, everything is named correctly Any ideas?
Comment from : malcolm farrelle


Abram Medrano
I was stuck on a problem for a whole day until I saw this video! Thank you!
Comment from : Abram Medrano


Tom
do you have an idea how to build a recyclerview like the "contacts" in a standard phone? i have a large dataset via json and some items have a category lets say "bikes" and some have "cycles" item decoration seems the wrong choice :D
Comment from : Tom


Defense89
awesome video , simple exemple not to much in it , perfect to understand the basics of everything 5 star this!!!!!!!!!!! good job
Comment from : Defense89


Olayiwola Osho
Great video man brThanks for this brHave a question brThe how does the view holder know the XML view item it should hold is gotten from the todoitemxml didn't see any reference to it brThanks 😊
Comment from : Olayiwola Osho


aswin sthyanarayanan
when I think about accounting and financing UDEMY doesn't come in my mind
Comment from : aswin sthyanarayanan


Mr Pi
thank you, you explain really well
Comment from : Mr Pi


bruce bane
really good !!!!
Comment from : bruce bane


Leykun Ejigu
spoon fed!
Comment from : Leykun Ejigu


Bhupesh Pattanaik
thanks a lot for this video, please let me know is their any video in which this is done via internet brie data is fetched from net
Comment from : Bhupesh Pattanaik


JJONG IM
great lecture! Thank You!!
Comment from : JJONG IM


Giridhara Sai Pavan Kumar Gurram
Hey,brGreat tutorialbrCan you do a video on layout manager in recyclerview ?
Comment from : Giridhara Sai Pavan Kumar Gurram


Harsh More
Amazing , detailed and easy to understand , thank you so much
Comment from : Harsh More


Codet Distro
youtube/eX02_2iuJ2Q it's also helpful in RcyclerView
Comment from : Codet Distro


TefkrosAirliner
Thank you Sir! Better than my lecturer's explanation
Comment from : TefkrosAirliner


pham hung
Thanks so much, Philipp I really love all your amazing videos Could you please create a video about using advanced RecyclerView in Android (increase performance, best practice when using RecyclerView) I think it will be useful for any Android Developer
Comment from : pham hung


Moisés Gómez
Hi Phillip, I hope you are well I'm following your tutorial with my own example I have two activities: MainAcitivity and CreateNoteActivity I want to pass text from two EditTexts in CreateNoteActivity and display it in a RecyclerView in MainActivity When I click in the Create Note button, the note is not display in the Main Activity How I can fix this? brbrBefore, I try the same app but with an only one activity: MainActivity, and works fine Now I have two activities and I don't achieve success yet Please, any help will be gratefully
Comment from : Moisés Gómez


Jackson Hall
Great tutorial Phillip! The lesson is valuable and your narration is easy to understand Thank you
Comment from : Jackson Hall


Prithvi B
Awesome tut Only feedback is to use the GUI to add textviews/buttons/etc instead of adding them manually via the XML editor as it is easier for viewers to follow along and see the app come together
Comment from : Prithvi B


Qasim Mir
Hello mate I have a question I need to add RecyclerView to another activity do I need to create a new adapter and data class for the activity's RecyclerView or the same adapter can be used somehow? Waiting for your reply Thank you👍
Comment from : Qasim Mir


Ajay Galagali
Great explanation! Thanks
Comment from : Ajay Galagali


Navin Kodam
Nice one!
Comment from : Navin Kodam



Похожие на RECYCLERVIEW - Android Fundamentals видео

RecyclerView using Kotlin 2021 || Android RecyclerView in Kotlin || Kotlin RecyclerView Example RecyclerView using Kotlin 2021 || Android RecyclerView in Kotlin || Kotlin RecyclerView Example
РѕС‚ : Foxandroid
Download Full Episodes | The Most Watched videos of all time
How to create RecyclerView in Android - Android Studio Tutorial How to create RecyclerView in Android - Android Studio Tutorial
РѕС‚ : Master Coding
Download Full Episodes | The Most Watched videos of all time
Android Custom RecyclerView Adapter example. Android Kotlin Tutorial. #3.4 Android Custom RecyclerView Adapter example. Android Kotlin Tutorial. #3.4
РѕС‚ : Smartherd
Download Full Episodes | The Most Watched videos of all time
RecyclerView Android Studio Tutorial | 2023 RecyclerView Android Studio Tutorial | 2023
РѕС‚ : Easy Tuto
Download Full Episodes | The Most Watched videos of all time
Recyclerview in android studio Recyclerview in android studio
РѕС‚ : Tech Projects
Download Full Episodes | The Most Watched videos of all time
RecyclerView + JSON Parsing - Part 2 - CREATING A MODEL - Android Studio Tutorial RecyclerView + JSON Parsing - Part 2 - CREATING A MODEL - Android Studio Tutorial
РѕС‚ : Coding in Flow
Download Full Episodes | The Most Watched videos of all time
RecyclerView Android Example with custom adapter, list sorting and glide RecyclerView Android Example with custom adapter, list sorting and glide
РѕС‚ : Programming w/ Professor Sluiter
Download Full Episodes | The Most Watched videos of all time
RecyclerView in Android Studio-Tutorial 2021 RecyclerView in Android Studio-Tutorial 2021
РѕС‚ : CodesKing
Download Full Episodes | The Most Watched videos of all time
RecyclerView in Android Studio [Kotlin 2020] RecyclerView in Android Studio [Kotlin 2020]
РѕС‚ : CodeWithMazn
Download Full Episodes | The Most Watched videos of all time
Android RecyclerView Tutorial - In Depth Guide incl. Different View Types Android RecyclerView Tutorial - In Depth Guide incl. Different View Types
РѕС‚ : tutorialsEU
Download Full Episodes | The Most Watched videos of all time
��������� - ����������