Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/HBSequence/Sequence.Plugins

A library of MvvmCross/Xamarin Plugins and sample applications
https://github.com/HBSequence/Sequence.Plugins

Last synced: about 2 months ago
JSON representation

A library of MvvmCross/Xamarin Plugins and sample applications

Awesome Lists containing this project

README

        

Sequence.Plugins
==========

(No longer maintained. Please make your own Fork to adapt)

This repository is a collection of Plugins and sample projects for MvvmCross/Xamarin. Currently it consists of the following Plugins:

- **InfiniteScrollPlugin** - A Plugin which facilitates forward-only incremental scrolling for a paged data source.

Nuget
=========
[Infinite Scroll Plugin](https://www.nuget.org/packages/Sequence.Plugins.InfiniteScroll/)

Thanks to
=========

- [Stuart Lodge](https://twitter.com/slodge) and the community for [MvvmCross](https://github.com/MvvmCross/MvvmCross)
- [Stephen Cleary](https://twitter.com/astevecleary) for his [AsyncEx](https://github.com/StephenCleary/AsyncEx) Plugin.
- [Tomasz Cielecki](https://twitter.com/cheesebaron) and [Martijn van Dijk](https://twitter.com/mhvdijk) for help and advice.

Contributors
============
Major contributors will be listed below.

- [Howard Bayliss](http://www.sequence.co.uk/blog/authors/howard-bayliss/)
- [Marco Bellino](https://github.com/IlSocio/)

Documentation
=============

More detail about the concept can be found [here](http://www.sequence.co.uk/blog/infinite-scrolling-using-mvvmcross-and-xamarin). Also, please look at the samples.

License
=======
Code in this repository is licensed using the MIT License (MIT).

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.