All Projects → greenrobot → greenInject

greenrobot / greenInject

Licence: other
Injects views, resources, extras, etc. into Android activities and arbitrary Java objects.

Programming Languages

java
68154 projects - #9 most used programming language

greenInject

greenInject is a injection library for Android optimized for minimal size.

Read more about greenInject: https://github.com/greenrobot/greenInject/wiki

Release History

V0.6 (2011-09-08)

  • Workaround for http://code.google.com/p/android/issues/detail?id=5964 which crashes @OnClick annotations on Android 2.1 and below. Should be fine with Android 1.6 now.
  • Value binding for ImageView (one-way)
  • Annotation @Target allows compile time checks for annotation's location
  • Separated ValueBinder from Injector

V0.5 (2011-08-29)

Initial open source version with basic features:

  • Inject views
  • Inject most important resource types
  • Inject Intent extras
  • Value binding for TextView descendants and Strings
  • Listener Binding with @OnClick
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].