# greenInject **Repository Path**: mirrors_greenrobot/greenInject ## Basic Information - **Project Name**: greenInject - **Description**: Injects views, resources, extras, etc. into Android activities and arbitrary Java objects. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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