我可以制作包含图像列表的水平滚动视图吗?

时间:2015-06-28 19:33:21

标签: java android listview

 <HorizontalScrollView  
                    layout_width="match_parent"
                    layout_height="wrap_parent">
    <listview       
    layout_width="match_parent"
    layout_height="wrap_parent"/>

    </HorizontalScrollView>
  

我希望我从API获取的图像能够表示为   这个图像有可能吗?

enter image description here

1 个答案:

答案 0 :(得分:0)

你要找的是android carousel。 This示例将为您提供帮助。
还有another库可能更适合您的需求。