I am making an application using CardView / RecyclerView
I made the UI looks like I want to and with hardcoded data it works really well.
Here is an image of my CardView
So.What I want to do is :
Capture a picture Display that picture in my Card View
I have followed this code for capturing and displaying an Image and works great alone.
I'm not showing my code since I'm only asking for guidance and not for plain code.
My Java files are MainActivity, Item, ItemsAdapter.