#9.2 Android Recycler View with Card View example. Implementation | Flexible ListView

preview_player
Показать описание

Implement RecyclerView and CardView in Android. Create a complete demo from scratch. Each method of Recycler Adapter such as onBindView, onCreateViewHolder and ViewHolder class is well explained in detail.

.
Please donate and support my work
(If you think my free tutorials are better than paid ones :)

Free Programming courses:

Free Flutter course:

Free Android courses:

More free programming courses:

Check out my website:

Let's get in touch! [Sriyank Siddhartha]

---- Thank you for your love and support ----
Рекомендации по теме
Комментарии
Автор

Thank you Thank you Thank you much!!! You helped me a lot to load dynamically my cards :)! Great Work!

rebarius
Автор

Hi
A little suggestion
You don"t need to pass Conteext to Adapter constractor
you can get it in onCreateViewHolder from ViewGroupe parent
parent.getContext();

michaelgladshtein
Автор

This was very helpful. Thank you so much.

ViewerGaunt
Автор

If I want to use fragments instead of activities in order to display the list, how to I have to modify the class MyAdapter?

deacpetruta
Автор

Inside setData method line 57 and 58 - should we use currentObject or current since the parameter of setData is current not currentObject. The local variable currentObject has not been set before..

indraj
Автор

write current on the place of currentObject .if you are getting any error
because u are accessing object without initializing it

amrishpatidar
Автор

I can't seem to find my images in my drawable file. are you using png?

Allergictobs
Автор

Hey you did very well can you just tell me one more point that how to set corners of image curved to make it look beautiful

Karansing_Rajput
Автор

it would be great if you teach from the scratch

paradisetrip