MonoDroid.HorizontalPager icon indicating copy to clipboard operation
MonoDroid.HorizontalPager copied to clipboard

Mono implementation of the HorizontalPager found here: https://github.com/ysamlan/horizontalpager/blob/master/src/com/github/ysamlan/horizontalpager/HorizontalPager.java

HorizontalPager for Mono for Android

Check HorizontalListView, for a similar implementation with AdapterView (better memory footprint).

This is a port from the code made by ysamlan, which originally is made by Marc Reichelt as RealViewSwitcher.

The original source: HorizontalPager for Android

License

As the original implementation it is licensed under Apache 2.0