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

addListenerForCacheKey #424

Open ghost opened 9 years ago

ghost commented 9 years ago

Would it be possible to allow setting a listener for a cache key for the case that a task with it is started for example from a Service after the activity is started?