像Gallery这样的Android水平滚动容器

时间:2013-04-17 02:02:17

标签: android scroll gallery centering horizontal-scrolling

首先,抱歉我的英语不好。希望了解这一点。

请在下面查看我想要做的事情。 enter image description here

我想制作像Gallery这样的水平滚动查看器。但Gallery现在已被弃用。所以我将找到其他可滚动容器,如Horizo​​ntalScrollView或Horizo​​ntalListView而不是Gallery。

可滚动容器应具有中心锁定属性,速度,并且每个子项的宽度都可以动态调整。

我认为我们可以使用Horizo​​ntalListView或Horizo​​ntalScrollView,ViewPager。 但它们存在问题。 Horizo​​ntalListView或Horizo​​ntalScrollView没有“中心锁定”功能,ViewPager没有veolocity功能。我也研究过VeolocityViewPager,但是没有子项目的触摸事件处理程序。

最好的例子是脉冲新闻阅读器: - https://market.android.com/details?id=com.alphonso.pulse

2 个答案:

答案 0 :(得分:2)

我刚刚找到了自己的方式。 请在github上使用EcoGallery项目。 https://github.com/falnatsheh/EcoGallery

答案 1 :(得分:1)

在github上查看this project。它应该可以帮助你进行水平滚动。