RecycleView not shownig any items
I'm new to android and kotlin and I'm having trouble making a recycleView for my app
There are 0 errors in my code, but items don't show up in the simulater and the recyclervie is just blank.
I havent connected it to any database and I was just trying to see how my cardviews would look with some placeholders.
I've implemented recycleView and cardView in my gradle file and here's the rest of my code:
each item: item_project.xml:...