I'm trying to create an app which shows a list of images with little description.When a card is clicked, it will take the user to another page where users can see the full description of image. I followed some tutorial and managed to create the main list with RecyclerView and CardView. Now, when user clicks on any card I want to show something like in the image but I don't know how to call it in the activity. What I further plan to do is if the text too long, I want to provide a 'Read More' link which will take user to another page which will show only text.
Please help.