Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Analog ViewPager for paging to horizontal and vertical

Is there an owerwrited class ViewPager for paging on two-dimensional array of Views? Paging to horizontal and vertical.

like image 769
user1171075 Avatar asked Nov 25 '22 04:11

user1171075


1 Answers

Here is a project which aims to allow both Vertical and Horizontal Scrolling on a ViewPager:

Jake Wharton - Directional ViewPager

The project is open source so I'm sure you could further adapt this implementation or perhaps this will be adequate.

like image 96
Scott Avatar answered Dec 04 '22 13:12

Scott