holder.itemView.rootView.findViewById(R.id.userId_txt).text = myList[position].userId.toString(); Use this fix my friend!! i stay here for ... 2 week hahaha , and have another comment why the same problem and said this fix.
I have a question: how can you access the widget without referencing it as a variable? For instance you just write "userId_txt" at 3:40 and it automatically assume. I've also noticed this in previous videos. Btw I've been learning a lot with your tutorials! Thank you!
hello there! gosh i was just learning this same thing on lynda but some topics are confusing , your example is brief but very practical , also this new video is in kotlin so thank you man are you gonna make videos on moshi ? the parsing library thing
can you do this video in kotlin , shit i don't know java , i started from kotlin , i think i understood 60% , but some weird things itching my brain , i think it's java syntax th-cam.com/video/18VcnYN5_LM/w-d-xo.html
You can watch my ROOM play-list here on TH-cam. Also I'm planning a new app development course where ROOM and Retrofit will be included among other things.
I can't access IDs because of binding. There's no information on internet and i am stuck at 3:40.
holder.itemView.rootView.findViewById(R.id.userId_txt).text = myList[position].userId.toString();
Use this fix my friend!! i stay here for ... 2 week hahaha , and have another comment why the same problem and said this fix.
Great tutorial! Just missed a way to filter this recyclerview with a search bar.
I have a question: how can you access the widget without referencing it as a variable? For instance you just write "userId_txt" at 3:40 and it automatically assume. I've also noticed this in previous videos.
Btw I've been learning a lot with your tutorials! Thank you!
For instance i had to resort to -> holder.itemView.rootView.findViewById(R.id.tvlist_id).text = myList[position].id.toString()
@@BrunoRibeiro-kz1np i guess it's kotlinx synthetics. Try to google it. But it's deprecated right now anyway :) try to learn how to use viewBinding
@@dvasfhbfgb Will do! Thank you for your time!
My guess is he used the deprecated feature:
‘kotlin-android-extensions’
Best practice now is to use viewbindings.
Hi, can you explain how to add click listener to item
Please add Pagination
Thanks again for another great tutorial! You even made me to finally switch to Kotlin
Same here :D
Tanks bro!
Anytime!
please make a tutorial about firestore cloud functions read, show ,write and add
hello there!
gosh i was just learning this same thing on lynda
but some topics are confusing , your example is brief but very practical , also this new video is in kotlin so thank you man
are you gonna make videos on moshi ? the parsing library thing
can you do this video in kotlin , shit i don't know java , i started from kotlin , i think i understood 60% , but some weird things itching my brain , i think it's java syntax
th-cam.com/video/18VcnYN5_LM/w-d-xo.html
Error: recyclerview must not be null. Although the extension plugin costs.
I am using fragments. What is the problem?
read about fragment lifecycle
Your code tries to do something with view when View is destroyed or not created
How to save this response in Room database
You can watch my ROOM play-list here on TH-cam. Also I'm planning a new app development course where ROOM and Retrofit will be included among other things.
@@StevdzaSan Pls do. Also include retrofit caching. Also include offline functionality in app.
@@StevdzaSan do you have any recommended material on using room and retrofit together
@@StevdzaSan waiting for this
Hi sir