Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Inject automatically your Activities & Fragments, just with a simple annotation.

May 23, 2017

Intent and Bundle "injection" library for Android which uses annotation processing to generate boilerplate code for you. This library is based on ButterKnife and Dagger.

Jun 24, 2015

A fast dependency injector for Android and Java. Kinject has been thought to get the following objectives:

  • Ease to configure.
  • Clean way to satisfy dependencies.
  • High performance without lose flexibility.
  • Integration little intrusive and easily abstractable.
  • Dependencies graph validation in compilation time.
  • Based on code generation.
  • Proguard friendly.
Jul 17, 2016

A lightweight dependency injection framework for Android.

Inspired by MiniGuice and RoboGuice.

Jan 11, 2015

Common scopes, qualifiers, modules and few utilities for Dagger 2.

Nov 19, 2016

Lightweight Dagger 2 scoped component management library.

Aug 5, 2016

RoboGuice smoothes out some of the wrinkles in your Android development experience and makes things simple and fun. It's a Google Guice on Android.

Jul 5, 2014

Use annotations to simplify android development.

Feb 22, 2015

The fastest view-injection Android library that populates View Holders. Using annotation processing, this library generates findViewById(), saves code by connecting view-related methods to your views without need to findViewById and then setOnClickListener, and some other smart features that make it amazingly easy to use.

Dec 22, 2014

A lightweight view and resource injection library for android

Mar 10, 2016

Write less code! Don't inflate views, menus, preferences manually anymore!

Jan 12, 2015

Tiny and nice injections syntax sugar for Android. If you're using heavy injection frameworks just to inject views and resources try this.

Jan 8, 2016

The indirect-injector simplify confusion of communication between activity and fragment, and dependencies.

Jan 10, 2016

Using Java Annotations and Reflection, this library will allow you to replace some of annoying boilerplate setup from your Activities, Fragments, and Views with an annotation based approach.

Jan 28, 2015

Simple View injection framework to be used as a tool for learning compile-time Annotation Processing.

Sep 24, 2014

Layout inflation library for Android which uses annotation processing to write the code you don't want to write and simplify your compound views.

Use the annotation @AfterInflate on your compound view's methods you want to run straight after the layout is inflated with Michelangelo.

Jan 3, 2015