Package com.octo.android.robospice

This library provides aims to provide a robust framework for executing asynchronous network requests in android.

See:
          Description

Class Summary
GoogleHttpClientSpiceService This class offers a SpiceService that injects a HttpRequestFactory from Google Http Client into every GoogleHttpClientSpiceRequest it has to execute.
GsonGoogleHttpClientSpiceService A GoogleHttpClientSpiceService dedicated to json web services via gson.
GsonSpringAndroidSpiceService A SpringAndroidSpiceService dedicated to json web services via gson.
Jackson2GoogleHttpClientSpiceService A GoogleHttpClientSpiceService dedicated to json web services via Jackson.
Jackson2SpringAndroidSpiceService A SpringAndroidSpiceService dedicated to json web services via Jackson.
JacksonGoogleHttpClientSpiceService A GoogleHttpClientSpiceService dedicated to json web services via Jackson.
JacksonSpringAndroidSpiceService A SpringAndroidSpiceService dedicated to json web services via Jackson.
SpiceActivity This class is more a sample than a real ready-to-use class.
SpiceManager The instances of this class allow to acces the SpiceService.
SpiceManager.SpiceManagerCommand<T>  
SpiceService This is an abstract class used to manage the cache and provide web service result to an activity.
SpiceService.SpiceServiceBinder  
SpringAndroidSpiceService This class offers a SpiceService that injects a RestTemplate from spring android into every SpringAndroidSpiceRequest it has to execute.
UncachedSpiceService Concrete implementation of SpiceService with an empty CacheManager.
XmlSpringAndroidSpiceService A SpringAndroidSpiceService dedicated to xml web services.
 

Package com.octo.android.robospice Description

This library provides aims to provide a robust framework for executing asynchronous network requests in android. It offers :



Copyright © 2012-2014. All Rights Reserved.