Lindlof
Lindlof

Reputation: 2162

Moving horizontally to another layout

I want to download a list of topics from server (e.g. 40) and then put them on a ListView. By swiping left or right you could download another list of topics and put them on a ListView.

ListViews would be like pages that you can scroll horizontally.

A good example of this is Google Reader. You can swipe left or right when you are in a topic to see another topic.

This isn't in fact a big problem but I would like it to look smooth like in Google Reader. It shows how the last page moves off screen and new page moves to middle.

Upvotes: 1

Views: 179

Answers (1)

dnkoutso
dnkoutso

Reputation: 6061

If I understand correctly, then you might take a look at ViewPager.

Upvotes: 2

Related Questions