Simple RecyclerView with CardView Tutorials in Android Studio

preview_player
Показать описание
Learn How to Create A Recyclerview with Custom CardView layout in android studio tutorials.

In this Tutorial We are going to use recyclerview to create a list of cardview with imageview and textview. The Custom Adapter is used to bind the data and the textview and imageview in the recyclerview.

This is a basic android studio 3.4 tutorials video for the beginner to learn about cardview as well as recyclerview.

Рекомендации по теме
Комментарии
Автор

Amazing man! Finally a tutorial that makes sense!

oveh.
Автор

Thank you for posting this, very helpful! After coding this only 1 card view displayed. I fixed this by changing the layout_height of the RecyclerView to wrap_content in activity_main.xml. Not sure why this was needed since I've used match_parent on other linear Recycler View. Any way, perhaps this will be helpful if anyone else has the same issue with only 1 card being displayed.

winfielddixon
Автор

That's amazing tutorial, this make me understand for step by step. Thanks bro

algamhr
Автор

is there any way to decrease the number of items in the recycler view??

benstreamer
Автор

bro ask
on 13:15, you use the code class string for text.
what code class do i need for image and rating bar ?
help please

bagasbdp
Автор

Can anyone tell how to pass multiple elements like this from onBindViewHolder ?

sapthagirimanivannan
Автор

Hi, how to retrieve all this cardview data from firebase? Thank you!

nurshahieraazleen
Автор

hi.. im a student ... ive watched this and the other vid about this... can you please tell me why did you use the "detailTitle" here in this line in the details.java file : textTitle = i watched both i cant see where did you get those. im trying to incorporate this on an image n0t a detaiI please someone answer my question THANKYOU.

dorothybernabe
Автор

Great video brother, but how can i change the image ? I'm very new to this, please help

amaralzidane
Автор

I did the 98% correctly something happen that every cardview at the end has a big separation and much scroll is required..thanks looks a very nice.. how we can put images using piccaso library?

frdsky
Автор

I have a problem, In live mode, the card view does not fit well inside the recycler view, it has big space at the end of each cardView can yu help me?

chandrurcpm
Автор

Thank you 🙏!!! If is possible for you tech us how to make a Quiz app.

ebihosseinpour
Автор

create tutorial on expendable recyclerView with clicklistner on expended view please

muhammadaasimpervaiz
Автор

can it retrieve data from filestore firebase ??

cleanview
Автор

Thanks
if make part two when click on any items go to next page show description text for any items
thanks

samirdesigner
Автор

How to add different image for each card view?? Reply fast.

baldawashrinivassiesgst
Автор

What about the description line? How do we pass data there?

ibrahimaziz
Автор

dependencies that supports AndroidX for RecyclerView and CardView


dependencies{
// This is a big note that you are already using AndroidX
implementation
// Add these new versions in!
// Note that the naming does not specify api version anymore sdsdsd
// eg v7.28.0
implementation
implementation
}


the site i got my info from:

thethird
Автор

how to impliment Interstitial ads Recyclerview Card

amoluge
Автор

adapter = new Adapter(getContext(), items);



i have a problem here, it says
"adapter is abstract cannot be instanised"


can u help me :(

alexchai