santagroup / santarest

Flexible library to ease HTTP/HTTPS requests execution
13 stars 3 forks source link

Rotations #6

Open FileasFogg opened 9 years ago

FileasFogg commented 9 years ago

Does lib support rotations? Saving response if app is hidden or rotated and returns result after resuming (like loaders). It will exclude saving ui states.

dirong commented 9 years ago

SantaRest is network library only. You should support caching responses by yourself yet. We'll necessarily think about it. Or you can create fork and help us with it ;) Now for example you will be able to create application's scope handler. The response handler will catch responses for saving. You can use not only activity. Because you can subscribe any objects for any events (rest actions).