Nayana_Das
Nayana_Das

Reputation: 1817

Android pagination for LinearLayout

I want to create Android pagination with previous and next button, but without using ListView.

Here i'm using a ScrollView inside that one parent LinearLayout (with Vertical orientation) and inside that some child LinearLayout's.

How can i implement pagination for LinearLayout?

Any help would be greatly appreciated.

Thank you in Advance.

Upvotes: 0

Views: 549

Answers (1)

Rami
Rami

Reputation: 7929

I suggest you to use the ViewPager. It's the best way for pagination in Android.

Upvotes: 1

Related Questions