I’m a beginner in Android development. I’m creating an application where I need to show products as a list with:
- Thumbnail
- Name
- Price
- Rating
I want to make it somewhat like the Apps list in Google play. Can someone direct me to a starting point in making that kind of UI?
I think its something related to GridView but, if yes, not sure how to proceed.
Thanks.
EDIT: I think people misunderstood my GooglePlay reference. Im pasting an image to show how I want my UI to be.
http://i49.tinypic.com/2cqjqx0.png
(I’m not allowed to post images..)
I already have the tab swipes and everything. Only want to know how this type of list could be created.
Thanks again!
I think this and this is what you need.
check out the links. They will be useful to you. Its called customize Listview