If you are used to use Spring in other projects, you won't be very happy with Spring for Android (it's only a REST library with Auth support), Spring ME (completely different workflow and reduced featureset) or Tiny Spring (e.g. only Spring-like configuration).
You could however give my project RoboSpring a try. From the description:
RoboSpring is a (real) port of the Spring Framework to the Android platform. Additionally it offers preliminary support for functionality introduced by RoboGuice like injecting View references into Activities and more. RoboSpring is based on version 3.1.0 RELEASE of Spring's core, beans, context and aop components. It offers the following functionality:
- Configure application components with a Spring configuration file
(XML)
- Autowire your Android components with beans from the Spring application context.
- Inject the Android application context into your Spring Beans.
- Inject views into Activities.
- … and more
https://github.com/dthommes/RoboSpring