Reputation: 1817
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