How to list multiple items horizontally with title and description?

Asked

Viewed 49 times

0

i am developing a virtual store for Android and would like to list the products horizontally with your title, price and description, I tried to do using Linearlayout but ended up giving error due to the amount I used, I would appreciate it if you could give me some hint or content on the subject.

as it appears in the image below:
Exemplo

  • You could try to implement a Scrollview to your Activity

  • @Dummy symphore That’s not quite it, what I’m trying to do is list the list the items horizontally without scrolling

  • But if it is many items can nn fit on the screen of all devices

  • 1

    Do you use recyclerview?

  • Yes I will use a Scrollview for this, but when the organization of the items(title, price and description) I can’t horizontally list these items

  • No, I never used.

  • Then you must use.

  • I’ll take a look at the subject

  • use a horizontal recycleview. Scrollview is hard to make a low performace

Show 4 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.