How to have a horizontal listview?

前端 未结 2 412
暖寄归人
暖寄归人 2021-01-29 03:02

I have a requirement in which I want few images to be shown in one row with horizontal scroll option.

I tried putting a gridview inside a horizontal-scrollview, and sett

2条回答
  •  粉色の甜心
    2021-01-29 03:49

    I suggest you should use RecycleView to achieve it. I think it is the easy way now.
    Take a look at this post to change RecycleView orientation to horizontal
    And how to make a RecycleView: follow this tutorial
    Hope this help

提交回复
热议问题