stephanenicolas / robospice

Repo of the Open Source Android library : RoboSpice. RoboSpice is a modular android library that makes writing asynchronous long running tasks easy. It is specialized in network requests, supports caching and offers REST requests out-of-the box using extension modules.
Apache License 2.0
2.95k stars 545 forks source link

Add support for registering a custom OnScrollListener with SpiceListView #341

Closed nkeskinov closed 10 years ago

nkeskinov commented 10 years ago

Based on the discussion here at the Google group: https://groups.google.com/forum/#!topic/robospice/BNgKSE8d5G8.

nkeskinov commented 10 years ago

PR #340 is going to resolve this issue.