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.
You could try to implement a Scrollview to your Activity
– Boneco Sinforoso
@Dummy symphore That’s not quite it, what I’m trying to do is list the list the items horizontally without scrolling
– Adriano Lupossa
But if it is many items can nn fit on the screen of all devices
– Boneco Sinforoso
Do you use recyclerview?
– itscorey
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
– Adriano Lupossa
No, I never used.
– Adriano Lupossa
Then you must use.
– itscorey
I’ll take a look at the subject
– Adriano Lupossa
use a horizontal recycleview. Scrollview is hard to make a low performace
– Icaro