Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

Spring Android module

stephanenicolas edited this page Feb 16, 2013 · 4 revisions

Spring Android is a library that makes it easy to perform REST requests and communicate with web services using POJOs.

The RoboSpice Spring Android module provides support for :

  • all supported network data format of Spring Android : JSON (via Gson/Jackson) and XML
  • persistence of the results of SpiceRequest in these formats
  • pre-setup SpiceService subclasses

A sample for this module is available in RoboSpice samples repository on GitHub.

Basically, a SpringAndroidSpiceService will have the ability to provide every SpringAndroidSpiceRequest with a Spring Android Rest Template to ease creating REST requests and transforming them into POJOs.