0

I want to create Application which looks i this way: enter image description here

I will have lets say 6 Scroollable Lists (A,B,C,D,E,F). They should change by touch event. For example we see Scrollable List B, I touch screen and move to left and next I see Scrollable List C, I touch screen and move it to right and I see Scrollable List B).

The name do Scrollable List (NameOfScrollableList shoud be change with touch event for Scrollable List)

How to do it? (I am not asking for code. I want to know a proper aproach to this problem :) )

4

2 回答 2

1

很可能您正在寻找ViewPager 这可能会帮助您

于 2012-09-14T09:30:53.370 回答
1

如果我理解正确,您想在列表之间水平滚动。看看ViewPager,它非常适合水平滚动。在 ViewPager 的每个页面中放置一个 ListView。

这就是我要做的。

于 2012-09-14T09:34:06.130 回答