Skip to content
greenrobot edited this page Aug 29, 2011 · 2 revisions

greenInject is a very young project and has a focused scope. It is not a full-blown IoC (Inversion of control) or DI (dependency injection) framework. Its primary purpose is simplify typical tasks in Android development while being as subtle as possible. If you are looking for an advanced IoC/DI framework, we recommend RoboGuice.

Future Plans

The following features are already in the queue:

  • Parent classes are currently ignored for injection
  • More resource types to inject (String/Int Arrays, Colors, Animations Dimensions, ...)
  • Inject system service
  • Inject custom services
  • Inject custom objects (via Application getters, new, singletons)
  • Defaults for view and resource IDs

If a specific feature is missing for you, please file an issue.

Clone this wiki locally