Transfuse is a dependency injection and integration library for Google Android. Transfuse extends the Android API to create a more natural, flexible and maintainable mobile platform.
Transfuse offers a number of attractive features including Manifest management, JSR330 Dependency Injection, Java Bean style Android components and much more. Interested? Check out the website for details.
You may download Transfuse as a Maven dependency:
<dependency>
<groupId>org.androidtransfuse</groupId>
<artifactId>transfuse</artifactId>
<version>UPDATE VERSION</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.androidtransfuse</groupId>
<artifactId>transfuse-api</artifactId>
<version>UPDATE VERSION</version>
</dependency>
Or from the github download page.