I'm only 2 minutes in and I already have a better fundamental understanding of RecyclerViews, thank you. I'm a visual learner, and the problem with the documents I'm reading and information online is that it sounds so abstract to me because they don't do a good job of describing how things work visually. Thanks, I subscribed
Sir, Your udemy android course is great. Quality content with low price. It was first that I bought a paid course after watched that RUclips 7+ hrs video.... Thank you sir for providing great courses....
After watching this video, I think it is a very in-depth video about android & Kotlin. I am not good at Kotlin but Denis I definitely follow the tutorial and will make awesome App.😎😜
Thanks for tgis video. If i have rtl language how to make recycleview change it's derictiin to rtl or ltr according to the language direction? Or it will change the direction automatically? Thanks in advanced
Make a full video tutorial related Create File and retrive in recyclerview and that folder Store in internal storage and inside folder we can create text.file that text file store in internal device etc please make video about this topic
First off I would like to say I love watching your videos, you do a fantastic job of explaining everything. After watching this video I went out and bought your master class and it has been great so far. I do have a quick question about the recyclerview. Say for example you were creating a scorecard and you want to be able to scroll both directions because the columns and rows would both be off the screen. Would you just have the recyclerview scroll one direction and have that inside a scrollview that would scroll the other direction or would that not work? Thanks again for doing what you do.
Good question. Now that you bought the full course You will learn to build something similar when creating the Trello Clone. Because there you have a list, which is scrollable vertically within a horizontally scrollable view.
Sir., I made a recycler view which works fine.. But I need to maximize into bigger size when user clicks on a particular item on recycler view with its own details. How can this be achieved.?
idk if you solved it but maybe someone has the same problem now. I had the same error beacuse i didn't have the view binding enabled. I actually tried to enable it but idk why it still doesn't work so i just used findViewById until i can figure out why it doesn't work
Very nice tutorial, but having some "small" issues. 'kotlin-android-extensions' is deprecated. I am using Android Studio 4.1.1 and seems to be Android 11 now. Any clues how to fix that or did you talk about that in your course and maybe tell me in which chapter i can find the information. Greetings
Install a plugin called "KTXHelper" in the Plugins screen. Search it in Plugin Marketplace. Install it in your IDE. Restart, then just add the plugin following the instructions in the description of the aforementioned plugin. Just add a row in the dependency module. Finally, resync Gradle. Good luck.
I have a problem. Instead of viewtype A inserting a between two positions of viewtype B, viewtype A is replacing a position in viewtype B. Therefore, I have 1, 2, 3 in viewtype B and I want to insert D from viewtype A, so I can have 1, 2 , D, 3. What am getting right now is 1, D, 3. Any ideas why? Thanks in advance.
Hi bro .. Love from India.. Your videos are awesome. I learnt a lot from u. I have a doubt too.. At 39:10. Actually we are passing viewtype as parameter for constructor for datamodel right.. Then it belongs to item in this case. Then how do u say viewtype instead of item.viewtype ..
I'm only 2 minutes in and I already have a better fundamental understanding of RecyclerViews, thank you. I'm a visual learner, and the problem with the documents I'm reading and information online is that it sounds so abstract to me because they don't do a good job of describing how things work visually. Thanks, I subscribed
Sir, Your udemy android course is great.
Quality content with low price.
It was first that I bought a paid course after watched that RUclips 7+ hrs video.... Thank you sir for providing great courses....
Thanks Sujoy, I'm happy you like it. It is my mission to help as many people as possible to live their dream and become programmers :)
This video made me stop crying in its first 5 minutes. you are a hero
🚀 Android & Kotlin Masterclass - Become a serious Android app developer with our best-selling masterclass: bit.ly/3PaKdhS
Is there anything with room and firebase in it?
This is really a complete depth video related to the RecyclerView concept, which really helps the beginner and can cleat there all the doubts. Thanks
Thank you so much for your video...it lessens my two days hardship
After watching this video, I think it is a very in-depth video about android & Kotlin. I am not good at Kotlin but Denis I definitely follow the tutorial and will make awesome App.😎😜
Finally got there at the end. Many thanks for this video, looking forward to the next one
thanks sir , I love watching your videos . Great !
Your videos are superb with excellent explanation🔥
You nail it man. Great job
Thank you very much, you made it simple
Great Explanation. Best video for a beginner like me in Android and Kotlin.
Thanks, Tutorials.Eu
You are one of the best ♥
This was a great tutorial, Thank u so much Sir
Thanks tutorialsEU. this is very help full for me understanding RecyclerView. good explanation.
Thx boss! worked 100%
Thanks for tgis video.
If i have rtl language how to make recycleview change it's derictiin to rtl or ltr according to the language direction? Or it will change the direction automatically?
Thanks in advanced
Thank you much Sir. How i can get range? For examle from 400 to 1000 in recycvlerView const val
Thanks so much. You saved me!
Ur videos are really awesome bro
Thank you !! Really easy to understand
I'm happy I could help
How do you use view binding in onBindViewHolder?
I need this answer too, anyone?
Thank man
Very nice absolutely amazing vedio ❤️💗
Good explanation, thanks!
tnx !!!!!!!!!!!!!!
I'm 12 minutes in, and loving your tutorial already. Liked the video and may consider purchasing your course :)
Make a full video tutorial related Create File and retrive in recyclerview and that folder Store in internal storage and inside folder we can create text.file that text file store in internal device etc please make video about this topic
I like the way you explain each topic in detail. can you create a video about uploading the android app on the play store?
Hi Milee, yep will upload it this Friday.
The video was really helpful, thank you for explaining everything clearly. Do you have any videos about Android Navigation on RUclips?
Nice video beri nice video
First off I would like to say I love watching your videos, you do a fantastic job of explaining everything.
After watching this video I went out and bought your master class and it has been great so far.
I do have a quick question about the recyclerview.
Say for example you were creating a scorecard and you want to be able to scroll both directions because the columns and rows would both be off the screen.
Would you just have the recyclerview scroll one direction and have that inside a scrollview that would scroll the other direction or would that not work?
Thanks again for doing what you do.
Good question. Now that you bought the full course You will learn to build something similar when creating the Trello Clone. Because there you have a list, which is scrollable vertically within a horizontally scrollable view.
Great!! Thank you
You are welcome!
Good video thanks
Can you do tutorials on how to better read the android developers website. Thanks.
Wish i could find a tutorial about how to write a RecyclerLayoutManager
Sir., I made a recycler view which works fine.. But I need to maximize into bigger size when user clicks on a particular item on recycler view with its own details. How can this be achieved.?
Holder.tvItem.text = item is giving me an error indicating that it is an unresolved reference. Any help?
idk if you solved it but maybe someone has the same problem now. I had the same error beacuse i didn't have the view binding enabled. I actually tried to enable it but idk why it still doesn't work so i just used findViewById until i can figure out why it doesn't work
good video
Very nice tutorial, but having some "small" issues. 'kotlin-android-extensions' is deprecated. I am using Android Studio 4.1.1 and seems to be Android 11 now. Any clues how to fix that or did you talk about that in your course and maybe tell me in which chapter i can find the information. Greetings
Install a plugin called "KTXHelper" in the Plugins screen. Search it in Plugin Marketplace. Install it in your IDE.
Restart, then just add the plugin following the instructions in the description of the aforementioned plugin. Just add a row in the dependency module.
Finally, resync Gradle.
Good luck.
note:
14:45
You said to add dependency but the screen moves too fast and you didn't explain how to add dependency
I have a problem. Instead of viewtype A inserting a between two positions of viewtype B, viewtype A is replacing a position in viewtype B. Therefore, I have 1, 2, 3 in viewtype B and I want to insert D from viewtype A, so I can have 1, 2 , D, 3. What am getting right now is 1, D, 3. Any ideas why? Thanks in advance.
your Masterclass link is not opening
Hi bro .. Love from India.. Your videos are awesome. I learnt a lot from u. I have a doubt too.. At 39:10. Actually we are passing viewtype as parameter for constructor for datamodel right.. Then it belongs to item in this case. Then how do u say viewtype instead of item.viewtype ..
you should write code and teach us to step by step
I NEED THE SAME BUT WITH DATABINDING!!!!!
Got that on our list
Hmm... might want to add java or kotlin in the title.
Jetpack implementation has really put a stump in this :(
Valo
Too bad, it seems like a good video but it's in Kotlin