Android RecyclerView and CardView Tutorial

preview_player
Показать описание
Check the updated RecyclerView Tutorial with New Material Design and Kotlin

Android RecyclerView and CardView Tutorial. In this Tutorial we will create a simple static RecyclerView.

Learn creating dynamic RecyclerView here

For the source code and other details you can visit this link

To learn building a custom ListView watch this video

If you found this helpful please SHARE this video.

And don't forget to follow us on
Рекомендации по теме
Комментарии
Автор

THANK YOU SO MUCH!!! I was having a lot of trouble to understand this through my teacher's material. It wasn't not even as nearly as clear as you've explained! Your teaching is precise, straight to the point and very clarifying. It is indeed Simplified! You've got a fan here! <3

volkweis
Автор

Check the updated RecyclerView Tutorial with New Material Design and Kotlin

SimplifiedCoding
Автор

Well done! I came here for the RecyclerView but I picked up several coding shortcuts (generate getters/setters etc.) while I was at it!

Alquerian
Автор

I like your videos because all of the code works flawlessly and you explain what you are doing. Two elements which are missing most of the times elsewhere! I'm not new to programming, but I struggle with the programming philosophy of Android applications, and you are helping me to understand why and how things work.

yksw
Автор

Keep up with the excellent content you are a lifesaver. by far the best video I have seen regarding this subject.

dragonsarebroken
Автор

One of the best videos I've seen. Good job

samuelsingh
Автор

Good cording explanation & we can understand properly what you say than europe countries people because of your pronunciation method. I am stay with this channel till now. Also website.
😊

desirecode
Автор

Thanks, it was so helpful and clear
I did exactly as the video, but when I run the app the items in the list didn't stay in order the whole layout is ruined.
So I tried everything to solve this problem and finally I found the solution .
I changed this line in ProductAdapter.java
View view = inflater.inflate(R.layout.list_layout, null);
To
View view = inflater.inflate(R.layout.list_layout, parent, false);
And it worked.

nawal
Автор

i was make recyclerview and cardview through your teaching, thanks sir

vidsstreet
Автор

NGL, although I did mine differently cause I used Firebase, this has helped me a lot verses the actual videos I have seen for the firebase

ahasnath
Автор

Thank you for this! Getting into Material Design has been ambiguous and you really helped clear up putting together a simple Card layout. Much appreciated!

andrewsnyder
Автор

Thank you for videos.
I have one main activity and several fragments. I want to navigate with buttons, navigation bottom bar and navigation drawer.
When I start to use navigation bundle for going to other fragments via buttons, bottom navigation bar does not work.(navigate)

How ı can fix this problem?

enginnartveglence
Автор

I am learning kotlin from your video. So please upload all java project kotlin also. Kotlin is more concise & easy to understand. This is my kind request.

relaxingmind
Автор

very good video and easy to understand thanks

knowledgehub
Автор

I want to use 12 images (4 images fit to screen) and put some text on the images. So total will be 3 screens in height.
Do you suggest the above method (RecyclerView and CardView) for this?
Thanks!

georgematsos
Автор

Thank you very much dude! you are my life saver, because i was actually finding a channel which will explain good, thanks again!

dumitru-qu
Автор

Thank you for providing such helpful tutorial, I am using your concept to build an app of home automation system, I have created a card view for each board I have installed. In the card view one textview is added to show the current status of the system. The current status is coming through MQTT, I want to change the text of the textview of the particular card view according to the MQTT topic and message associated with the card view, how can I do this?

PranabLodh
Автор

It helps a lot. Excellent explanation on every method. Loving it.

toxkng
Автор

Please make a video on uploading the data on server and showing it in recyclerview. Great video.Thanks

arsalanrao
Автор

Thanks, this vid is really helpful for a beginner. I appreciate. May you please show me where is the next video about Dynamic Recyclerview??

kasemirojr