0
I’m trying to create an e-book reader, in the main Activity should appear a gridview where each position should present a thumbnail of the book cover, below appear the book name, author name and publication date: what I hope is something like this:
BS.: Please disregard the stars and the options button only need the image and the three texts.
at the moment I am using a Gridview, to place within each position a Linear layout that contains an imageview and three textview.
My question is: Can I inflate a layout within a gridview or is there another way to do what I intend?